ModuMLTECH commited on
Commit
ff5a68e
·
verified ·
1 Parent(s): 7c85b2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ with demo:
127
  gr.TabbedInterface([interface1, interface2], ['Simple Prediction', 'Prédiction multiple'])
128
 
129
  # lancer l'interface
130
- demo.launch()
 
127
  gr.TabbedInterface([interface1, interface2], ['Simple Prediction', 'Prédiction multiple'])
128
 
129
  # lancer l'interface
130
+ demo.launch(share = True)