fffiloni commited on
Commit
5484d62
1 Parent(s): 88b6883

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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=20
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()