Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ markdown = r"""
|
|
66 |
""".format(e=e)
|
67 |
|
68 |
|
69 |
-
iface = gr.Interface(fn=generate_content, inputs=gr.Image(type='pil'),outputs= gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
70 |
iface.launch()
|
|
|
66 |
""".format(e=e)
|
67 |
|
68 |
|
69 |
+
iface = gr.Interface(fn=generate_content, inputs=gr.Image(type='pil'),outputs= gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True },{ "left":"$", "right":"$", "display": True }]))
|
70 |
iface.launch()
|