fffiloni commited on
Commit
85dd4ab
·
verified ·
1 Parent(s): 4cb6a68

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -113,10 +113,10 @@ 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=6
117
  ).frames[0]
118
 
119
- cuda_memory_cleanup()
120
 
121
  print(f"FRAMES: {frames}")
122
 
 
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()
120
 
121
  print(f"FRAMES: {frames}")
122