Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ with gr.Blocks() as demo:
|
|
59 |
outputs=[video]
|
60 |
)
|
61 |
gr.Examples(examples=examples, inputs=image)
|
62 |
-
demo.launch()
|
|
|
59 |
outputs=[video]
|
60 |
)
|
61 |
gr.Examples(examples=examples, inputs=image)
|
62 |
+
demo.launch(server_name="0.0.0.0")
|