Spaces:
Paused
Paused
Update web-demos/hugging_face/app.py
Browse files
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 =
|
| 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
|