goryhon commited on
Commit
33f12ac
·
verified ·
1 Parent(s): d08606e

Update web-demos/hugging_face/app.py

Browse files
Files changed (1) hide show
  1. web-demos/hugging_face/app.py +1 -1
web-demos/hugging_face/app.py CHANGED
@@ -317,7 +317,7 @@ def inpaint_video(video_state, *_args):
317
 
318
  # Фиксированные настройки
319
  chunk_size = 20
320
- padding = 40 # по 5 кадров с каждой стороны
321
  fixed_resize_ratio = 1.0
322
  fixed_dilate_radius = 4
323
  fixed_raft_iter = 20
 
317
 
318
  # Фиксированные настройки
319
  chunk_size = 20
320
+ padding = 30 # по 5 кадров с каждой стороны
321
  fixed_resize_ratio = 1.0
322
  fixed_dilate_radius = 4
323
  fixed_raft_iter = 20