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=
|
95 |
|
96 |
|
97 |
|
@@ -99,4 +99,4 @@ app2 = gr.Interface(
|
|
99 |
iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
|
100 |
|
101 |
|
102 |
-
iface.launch()
|
|
|
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 }]))
|
95 |
|
96 |
|
97 |
|
|
|
99 |
iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
|
100 |
|
101 |
|
102 |
+
iface.launch(scroll_to_output=True)
|