Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,8 @@ import cv2
|
|
| 9 |
import torch
|
| 10 |
import random
|
| 11 |
|
| 12 |
-
from controlnet_aux import OpenposeDetector
|
|
|
|
| 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
|