Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -113,7 +113,7 @@ def infer(frame1_path, frame2_path):
|
|
113 |
weighted_average=weighted_average, # True
|
114 |
noise_injection_steps=noise_injection_steps, # 0
|
115 |
noise_injection_ratio= noise_injection_ratio, # 0.5
|
116 |
-
decode_chunk_size=
|
117 |
).frames[0]
|
118 |
|
119 |
# cuda_memory_cleanup()
|
|
|
113 |
weighted_average=weighted_average, # True
|
114 |
noise_injection_steps=noise_injection_steps, # 0
|
115 |
noise_injection_ratio= noise_injection_ratio, # 0.5
|
116 |
+
decode_chunk_size=18
|
117 |
).frames[0]
|
118 |
|
119 |
# cuda_memory_cleanup()
|