chaojiemao commited on
Commit
ce10fff
·
verified ·
1 Parent(s): dcd4c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -154,17 +154,10 @@ def get_process_bar(task_id, status):
154
 
155
 
156
  with gr.Blocks() as demo:
157
- '''
158
- <div style="text-align: center;">
159
- <a href="https://huggingface.co/WanX-AI/WanX2.1-T2V-1.3B">WanX2.1-T2V-1.3B</a> |
160
- <a href="https://huggingface.co/WanX-AI/WanX2.1-T2V-14B">WanX2.1-T2V-14B</a> |
161
- <a href="https://huggingface.co/WanX-AI/WanX2.1-I2V-14B-480P">WanX2.1-I2V-14B-480P</a> |
162
- <a href="https://huggingface.co/WanX-AI/WanX2.1-I2V-14B-720P">WanX2.1-I2V-14B-720P</a>
163
- </div>
164
- '''
165
  gr.HTML("""
166
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
167
- WanX 2.1
168
  </div>
169
  """)
170
  task_id = gr.State(value="")
 
154
 
155
 
156
  with gr.Blocks() as demo:
157
+
 
 
 
 
 
 
 
158
  gr.HTML("""
159
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
160
+ Wan2.1
161
  </div>
162
  """)
163
  task_id = gr.State(value="")