Spaces:
Runtime error
Runtime error
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)
|