Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,8 +157,16 @@ 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="")
|
164 |
status = gr.State(value=False)
|
@@ -206,7 +214,7 @@ with gr.Blocks() as demo:
|
|
206 |
interactive=False,
|
207 |
height=500)
|
208 |
with gr.Row():
|
209 |
-
watermark_wan = gr.Checkbox(label="Watermark", value=True, container=False)
|
210 |
seed = gr.Number(label="Seed", value=-1, container=True)
|
211 |
cost_time = gr.Number(label="Cost Time(secs)", value=cost_time, interactive=False,
|
212 |
every=2, inputs=[task_id], container=True)
|
|
|
157 |
|
158 |
gr.HTML("""
|
159 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
160 |
+
Wan2.1: Open and Advanced Large-Scale Video Generative Models
|
161 |
</div>
|
162 |
+
<div style="text-align: center;">
|
163 |
+
<a href="https://github.com/Wan-Video/Wan2.1">code</a> |
|
164 |
+
<a href="https://huggingface.co/Wan-AI/Wan2.1-T2V-1.3B">WanX2.1-T2V-1.3B</a> |
|
165 |
+
<a href="https://huggingface.co/Wan-AI/WanX2.1-T2V-14B">WanX2.1-T2V-14B</a> |
|
166 |
+
<a href="https://huggingface.co/Wan-AI/WanX2.1-I2V-14B-480P">WanX2.1-I2V-14B-480P</a> |
|
167 |
+
<a href="https://huggingface.co/Wan-AI/WanX2.1-I2V-14B-720P">WanX2.1-I2V-14B-720P</a>
|
168 |
+
</div>
|
169 |
+
|
170 |
""")
|
171 |
task_id = gr.State(value="")
|
172 |
status = gr.State(value=False)
|
|
|
214 |
interactive=False,
|
215 |
height=500)
|
216 |
with gr.Row():
|
217 |
+
watermark_wan = gr.Checkbox(label="Watermark", value=True, visible=True, container=False)
|
218 |
seed = gr.Number(label="Seed", value=-1, container=True)
|
219 |
cost_time = gr.Number(label="Cost Time(secs)", value=cost_time, interactive=False,
|
220 |
every=2, inputs=[task_id], container=True)
|