Dofla commited on
Commit
e21c055
·
verified ·
1 Parent(s): 5d6fa12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ iface = gr.Interface(
32
  )
33
 
34
  # Lancer l'interface
35
- iface.launch()
 
32
  )
33
 
34
  # Lancer l'interface
35
+ iface.launch(share=True)