Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -284,4 +284,4 @@ def create_interface():
|
|
284 |
# Lancer
|
285 |
if __name__ == "__main__":
|
286 |
app = create_interface()
|
287 |
-
app.launch(
|
|
|
284 |
# Lancer
|
285 |
if __name__ == "__main__":
|
286 |
app = create_interface()
|
287 |
+
app.launch(share=True)
|