Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,7 @@ with gr.Blocks() as demo:
|
|
150 |
used_seed = gr.Textbox(label="Used Seed")
|
151 |
|
152 |
def update_params(model_name):
|
|
|
153 |
if model_name == "wan-t2v":
|
154 |
return (
|
155 |
gr.update(value=5),
|
|
|
150 |
used_seed = gr.Textbox(label="Used Seed")
|
151 |
|
152 |
def update_params(model_name):
|
153 |
+
print('model_name: ',model_name)
|
154 |
if model_name == "wan-t2v":
|
155 |
return (
|
156 |
gr.update(value=5),
|