fffiloni commited on
Commit
6784a21
·
verified ·
1 Parent(s): b90115e

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -80,7 +80,7 @@ def check_outputs_folder(folder_path):
80
  def infer(frame1_path, frame2_path):
81
 
82
  seed = 42
83
- num_inference_steps = 25
84
  noise_injection_steps = 0
85
  noise_injection_ratio = 0.5
86
  weighted_average = False
 
80
  def infer(frame1_path, frame2_path):
81
 
82
  seed = 42
83
+ num_inference_steps = 10
84
  noise_injection_steps = 0
85
  noise_injection_ratio = 0.5
86
  weighted_average = False