Spaces:
Sleeping
Sleeping
Commit
·
10fbb9d
1
Parent(s):
0c4cb04
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,4 +260,4 @@ iface = gr.TabbedInterface([iface2, iface3, iface4],
|
|
| 260 |
|
| 261 |
# Launch the interface
|
| 262 |
if __name__ == "__main__":
|
| 263 |
-
iface.launch()
|
|
|
|
| 260 |
|
| 261 |
# Launch the interface
|
| 262 |
if __name__ == "__main__":
|
| 263 |
+
iface.launch(share=True)
|