Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|