Update app.py
Browse files
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 |
-
|
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="")
|