gradio app.py back max_img_size = 960
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -74,7 +74,7 @@ def infer(input_video, input_mask):
|
|
| 74 |
# Setup paths and parameters
|
| 75 |
save_path = "results"
|
| 76 |
mask_dilation_iter = 8
|
| 77 |
-
max_img_size =
|
| 78 |
ref_stride = 10
|
| 79 |
neighbor_length = 10
|
| 80 |
subvideo_length = 50
|
|
|
|
| 74 |
# Setup paths and parameters
|
| 75 |
save_path = "results"
|
| 76 |
mask_dilation_iter = 8
|
| 77 |
+
max_img_size = 960
|
| 78 |
ref_stride = 10
|
| 79 |
neighbor_length = 10
|
| 80 |
subvideo_length = 50
|