asahi417 commited on
Commit
3ccddc7
·
verified ·
1 Parent(s): fd59666

Upload folder using huggingface_hub

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