Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ app2 = gr.Interface(
|
|
108 |
title="Mariam-Commentaire",
|
109 |
description="Ah..banana banana...",
|
110 |
inputs= gr.Image(type='pil'),
|
111 |
-
outputs=gr.DownloadButton("yo",values="rr.txt")
|
112 |
|
113 |
|
114 |
iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
|
|
|
108 |
title="Mariam-Commentaire",
|
109 |
description="Ah..banana banana...",
|
110 |
inputs= gr.Image(type='pil'),
|
111 |
+
outputs=gr.DownloadButton("yo",values="rr.txt") )
|
112 |
|
113 |
|
114 |
iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
|