SingleZombie
commited on
Commit
·
b642621
1
Parent(s):
2164234
move spaces
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import os
|
|
4 |
# uncomment the next line to use huggingface model in China
|
5 |
# os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
|
6 |
|
|
|
7 |
import cv2
|
8 |
import io
|
9 |
import gc
|
@@ -38,7 +39,7 @@ from annotator.midas import MidasDetector
|
|
38 |
import huggingface_hub
|
39 |
import shutil
|
40 |
import os
|
41 |
-
|
42 |
|
43 |
huggingface_hub.hf_hub_download('SingleZombie/FRESCO',
|
44 |
'boxer-punching-towards-camera.mp4',
|
|
|
4 |
# uncomment the next line to use huggingface model in China
|
5 |
# os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
|
6 |
|
7 |
+
import spaces
|
8 |
import cv2
|
9 |
import io
|
10 |
import gc
|
|
|
39 |
import huggingface_hub
|
40 |
import shutil
|
41 |
import os
|
42 |
+
|
43 |
|
44 |
huggingface_hub.hf_hub_download('SingleZombie/FRESCO',
|
45 |
'boxer-punching-towards-camera.mp4',
|