awerks commited on
Commit
5dbf4e0
1 Parent(s): 4eccfa8

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ iface = gr.Interface(
36
  ],
37
  outputs=gr.outputs.Video() # Replace with appropriate output type
38
  )
39
- iface.launch()
 
36
  ],
37
  outputs=gr.outputs.Video() # Replace with appropriate output type
38
  )
39
+ iface.launch(share = True)