Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,5 +95,11 @@ iface = gr.Interface(fn=generate_content, inputs=gr.Image(type='pil'),outputs= g
|
|
95 |
"left": "\\[",
|
96 |
"right": "\\]",
|
97 |
"display": True
|
98 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
iface.launch()
|
|
|
95 |
"left": "\\[",
|
96 |
"right": "\\]",
|
97 |
"display": True
|
98 |
+
} ,
|
99 |
+
{
|
100 |
+
"left": "\chemfig",
|
101 |
+
"right": "",
|
102 |
+
"display": True
|
103 |
+
}
|
104 |
+
]))
|
105 |
iface.launch()
|