Spaces:
Running
on
Zero
Running
on
Zero
wanghaofan
commited on
Commit
•
dfd025a
1
Parent(s):
897c6c0
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ import random
|
|
12 |
from controlnet_aux import OpenposeDetector, CannyDetector
|
13 |
from depth_anything_v2.dpt import DepthAnythingV2
|
14 |
|
|
|
|
|
15 |
|
16 |
MAX_SEED = np.iinfo(np.int32).max
|
17 |
|
|
|
12 |
from controlnet_aux import OpenposeDetector, CannyDetector
|
13 |
from depth_anything_v2.dpt import DepthAnythingV2
|
14 |
|
15 |
+
from huggingface_hub import hf_hub_download
|
16 |
+
|
17 |
|
18 |
MAX_SEED = np.iinfo(np.int32).max
|
19 |
|