Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ iface = gr.Interface(
|
|
15 |
outputs= "video",
|
16 |
title = 'BlurVista π'
|
17 |
)
|
18 |
-
iface.launch(debug = False,inline = False)
|
|
|
15 |
outputs= "video",
|
16 |
title = 'BlurVista π'
|
17 |
)
|
18 |
+
iface.launch(debug = False,inline = False,share = True)
|