Muhammad Taqi Raza commited on
Commit
c2771c3
·
1 Parent(s): 3f723fb

revised config.yaml

Browse files
Files changed (1) hide show
  1. gradio_batch.py +1 -1
gradio_batch.py CHANGED
@@ -134,7 +134,7 @@ def run_batch_process(progress=gr.Progress()):
134
 
135
  final_video, logs2 = inference(
136
  fps=params.get("fps"),
137
- num_frames=params.get("num_frames"),
138
  controlnet_weights=params.get("controlnet_weights", 0.5),
139
  controlnet_guidance_start=params.get("controlnet_guidance_start", 0.0),
140
  controlnet_guidance_end=params.get("controlnet_guidance_end", 0.5),
 
134
 
135
  final_video, logs2 = inference(
136
  fps=params.get("fps"),
137
+ num_frames=params.get("num_frames", 49),
138
  controlnet_weights=params.get("controlnet_weights", 0.5),
139
  controlnet_guidance_start=params.get("controlnet_guidance_start", 0.0),
140
  controlnet_guidance_end=params.get("controlnet_guidance_end", 0.5),