Add application file
Browse files
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)
|