Spaces:
Paused
Paused
Update web-demos/hugging_face/inpainter/base_inpainter.py
Browse files
web-demos/hugging_face/inpainter/base_inpainter.py
CHANGED
@@ -376,5 +376,6 @@ class ProInpainter:
|
|
376 |
|
377 |
# need to return numpy array, T, H, W, 3
|
378 |
comp_frames = [cv2.resize(f, out_size) for f in comp_frames]
|
|
|
379 |
|
380 |
return comp_frames
|
|
|
376 |
|
377 |
# need to return numpy array, T, H, W, 3
|
378 |
comp_frames = [cv2.resize(f, out_size) for f in comp_frames]
|
379 |
+
|
380 |
|
381 |
return comp_frames
|