Segizu commited on
Commit
69e53c8
·
1 Parent(s): ae57379

share_public

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,5 +6,4 @@ with gr.Blocks(fill_height=True) as demo:
6
  gr.Markdown("This Space showcases the Wan-AI/Wan2.1-T2V-1.3B model, served by the replicate API. Sign in with your Hugging Face account to use this API.")
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/Wan-AI/Wan2.1-T2V-1.3B", accept_token=button, provider="replicate")
9
-
10
- demo.launch()
 
6
  gr.Markdown("This Space showcases the Wan-AI/Wan2.1-T2V-1.3B model, served by the replicate API. Sign in with your Hugging Face account to use this API.")
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/Wan-AI/Wan2.1-T2V-1.3B", accept_token=button, provider="replicate")
9
+ demo.launch(server_name="0.0.0.0", server_port=8501)