papasega commited on
Commit
b65f259
1 Parent(s): 0ca76f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)