BintaSOW commited on
Commit
8c3b800
·
1 Parent(s): 36ce6ae
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,6 +164,6 @@ demo = gr.Interface(
164
  )
165
 
166
  # Lancer l'interface Gradio
167
- demo.launch(share=True)
168
 
169
 
 
164
  )
165
 
166
  # Lancer l'interface Gradio
167
+ demo.launch(debug=True)
168
 
169