Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ app2 = gr.Interface(
|
|
91 |
title="Mariam-Commentaire",
|
92 |
description="Ah..banana banana...",
|
93 |
inputs= gr.Image(type='pil'),
|
94 |
-
outputs=[gr.Markdown(markdown,show_copy_button=True, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]),scroll_to_output=True
|
95 |
|
96 |
|
97 |
|
|
|
91 |
title="Mariam-Commentaire",
|
92 |
description="Ah..banana banana...",
|
93 |
inputs= gr.Image(type='pil'),
|
94 |
+
outputs=[gr.Markdown(markdown,show_copy_button=True, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }])],scroll_to_output=True)
|
95 |
|
96 |
|
97 |
|