Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def handle_image_upload_for_dims_wan(uploaded_pil_image, current_h_val, current_
|
|
80 |
return gr.update(value=DEFAULT_H_SLIDER_VALUE), gr.update(value=DEFAULT_W_SLIDER_VALUE)
|
81 |
|
82 |
def get_duration(input_image, prompt, height, width,
|
83 |
-
negative_prompt
|
84 |
guidance_scale, steps,
|
85 |
seed, randomize_seed,
|
86 |
progress):
|
|
|
80 |
return gr.update(value=DEFAULT_H_SLIDER_VALUE), gr.update(value=DEFAULT_W_SLIDER_VALUE)
|
81 |
|
82 |
def get_duration(input_image, prompt, height, width,
|
83 |
+
negative_prompt, duration_seconds,
|
84 |
guidance_scale, steps,
|
85 |
seed, randomize_seed,
|
86 |
progress):
|