multimodalart HF Staff commited on
Commit
5c774ff
·
verified ·
1 Parent(s): b11d0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=default_negative_prompt, duration_seconds,
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):