Segizu commited on
Commit
cbce25a
·
1 Parent(s): d1ae353
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,5 +6,6 @@ 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
  demo.launch(server_name="0.0.0.0", server_port=8501, share= True)
10
 
 
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
+ print("Hi")
10
  demo.launch(server_name="0.0.0.0", server_port=8501, share= True)
11