singhtech commited on
Commit
4231087
β€’
1 Parent(s): 39c7d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)