Spaces:
Running
on
Zero
Running
on
Zero
wanghaofan
commited on
Commit
•
fa82983
1
Parent(s):
6c9da67
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ import random
|
|
14 |
|
15 |
os.system("pip install -e ./controlnet_aux")
|
16 |
|
17 |
-
from controlnet_aux
|
18 |
-
from controlnet_aux.canny import CannyDetector
|
19 |
from depth_anything_v2.dpt import DepthAnythingV2
|
20 |
|
21 |
from huggingface_hub import hf_hub_download
|
|
|
14 |
|
15 |
os.system("pip install -e ./controlnet_aux")
|
16 |
|
17 |
+
from controlnet_aux import OpenposeDetector, CannyDetector
|
|
|
18 |
from depth_anything_v2.dpt import DepthAnythingV2
|
19 |
|
20 |
from huggingface_hub import hf_hub_download
|