Spaces:
Paused
Paused
Muhammad Taqi Raza
commited on
Commit
·
3a2fda1
1
Parent(s):
c2771c3
adding gradio_batch
Browse files- gradio_batch.py +1 -1
gradio_batch.py
CHANGED
@@ -133,7 +133,7 @@ def run_batch_process(progress=gr.Progress()):
|
|
133 |
f.write(logs1 or "")
|
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),
|
|
|
133 |
f.write(logs1 or "")
|
134 |
|
135 |
final_video, logs2 = inference(
|
136 |
+
fps=params.get("fps", 24),
|
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),
|