Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ demo = gr.Interface(
|
|
18 |
"text", title="S2T: Transcription automatique de l'arabe en text by Papa Séga"
|
19 |
)
|
20 |
|
21 |
-
demo.launch()
|
|
|
18 |
"text", title="S2T: Transcription automatique de l'arabe en text by Papa Séga"
|
19 |
)
|
20 |
|
21 |
+
demo.launch(show_error=True, share=True)
|