Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ markdown = r"""
|
|
29 |
e
|
30 |
""".format(e)
|
31 |
# Interface Gradio
|
32 |
-
iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters={ "left":"$$", "right":"$$", "display": True }]))
|
33 |
|
34 |
iface.launch()
|
|
|
29 |
e
|
30 |
""".format(e)
|
31 |
# Interface Gradio
|
32 |
+
iface = gr.Interface(fn=generate_content, inputs=[gr.Textbox(),gr.Image(type='pil')], outputs= gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
33 |
|
34 |
iface.launch()
|