Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -104,7 +104,7 @@ def infer(frame1_path, frame2_path):
|
|
| 104 |
weighted_average=weighted_average, # True
|
| 105 |
noise_injection_steps=noise_injection_steps, # 0
|
| 106 |
noise_injection_ratio= noise_injection_ratio, # 0.5
|
| 107 |
-
decode_chunk_size=
|
| 108 |
).frames[0]
|
| 109 |
|
| 110 |
print(f"FRAMES: {frames}")
|
|
|
|
| 104 |
weighted_average=weighted_average, # True
|
| 105 |
noise_injection_steps=noise_injection_steps, # 0
|
| 106 |
noise_injection_ratio= noise_injection_ratio, # 0.5
|
| 107 |
+
decode_chunk_size=4
|
| 108 |
).frames[0]
|
| 109 |
|
| 110 |
print(f"FRAMES: {frames}")
|