Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def generate_content(image,choix):
|
|
132 |
|
133 |
markdown = r"""
|
134 |
{e}
|
135 |
-
""".format(e)
|
136 |
# Interface Gradio
|
137 |
iface = gr.Interface(fn=generate_content, inputs=[gr.Image(type='pil'),gr.Radio(["sans","avec"])] , outputs= gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
138 |
|
|
|
132 |
|
133 |
markdown = r"""
|
134 |
{e}
|
135 |
+
""".format(e=e)
|
136 |
# Interface Gradio
|
137 |
iface = gr.Interface(fn=generate_content, inputs=[gr.Image(type='pil'),gr.Radio(["sans","avec"])] , outputs= gr.Markdown(markdown, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]))
|
138 |
|