Docfile commited on
Commit
41fc713
·
verified ·
1 Parent(s): 2ec3a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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()