Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ e
|
|
22 |
""".format(e)
|
23 |
# Interface Gradio
|
24 |
iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }]))
|
25 |
-
iface.launch(
|
|
|
22 |
""".format(e)
|
23 |
# Interface Gradio
|
24 |
iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }]))
|
25 |
+
iface.launch()
|