wanghaofan commited on
Commit
fa82983
1 Parent(s): 6c9da67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ import random
14
 
15
  os.system("pip install -e ./controlnet_aux")
16
 
17
- from controlnet_aux.open_pose import OpenposeDetector
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