Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,9 @@ app2 = gr.Interface(
|
|
96 |
title="Mariam-Commentaire",
|
97 |
description="Ah..banana banana...",
|
98 |
inputs= gr.Image(type='pil'),
|
99 |
-
outputs=gr.Markdown(markdown,show_copy_button=True, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }])
|
|
|
|
|
100 |
|
101 |
|
102 |
|
|
|
96 |
title="Mariam-Commentaire",
|
97 |
description="Ah..banana banana...",
|
98 |
inputs= gr.Image(type='pil'),
|
99 |
+
outputs=gr.Markdown(markdown,show_copy_button=True, latex_delimiters=[{ "left":"$$", "right":"$$", "display": True }]),
|
100 |
+
allow_flagging="never",
|
101 |
+
css=css)
|
102 |
|
103 |
|
104 |
|