wanghaofan commited on
Commit
9b0e44e
·
verified ·
1 Parent(s): 0d05705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ import cv2
9
  import torch
10
  import random
11
 
12
- from controlnet_aux import OpenposeDetector, CannyDetector
 
13
  from depth_anything_v2.dpt import DepthAnythingV2
14
 
15
  from huggingface_hub import hf_hub_download
 
9
  import torch
10
  import random
11
 
12
+ from controlnet_aux.open_pose import OpenposeDetector
13
+ from controlnet_aux.canny import CannyDetector
14
  from depth_anything_v2.dpt import DepthAnythingV2
15
 
16
  from huggingface_hub import hf_hub_download