Spaces:
Paused
Paused
Update propainter/inference.py
Browse files- propainter/inference.py +1 -1
propainter/inference.py
CHANGED
@@ -28,7 +28,7 @@ import warnings
|
|
28 |
warnings.filterwarnings("ignore")
|
29 |
|
30 |
pretrain_model_url = 'https://github.com/sczhou/ProPainter/releases/download/v0.1.0/'
|
31 |
-
MaxSideThresh =
|
32 |
|
33 |
|
34 |
# resize frames
|
|
|
28 |
warnings.filterwarnings("ignore")
|
29 |
|
30 |
pretrain_model_url = 'https://github.com/sczhou/ProPainter/releases/download/v0.1.0/'
|
31 |
+
MaxSideThresh = 1280
|
32 |
|
33 |
|
34 |
# resize frames
|