Spaces:
Running
on
Zero
Running
on
Zero
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 |
|