Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def launch_interface():
|
|
173 |
theme='ParityError/Interstellar',
|
174 |
)
|
175 |
|
176 |
-
iface.launch(
|
177 |
|
178 |
if __name__=="__main__":
|
179 |
launch_interface()
|
|
|
173 |
theme='ParityError/Interstellar',
|
174 |
)
|
175 |
|
176 |
+
iface.launch(share=True)
|
177 |
|
178 |
if __name__=="__main__":
|
179 |
launch_interface()
|