Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from annotator.util import resize_image, HWC3
|
|
| 13 |
from cldm.model import create_model, load_state_dict
|
| 14 |
from cldm.ddim_hacked import DDIMSampler
|
| 15 |
from ldm.models.diffusion.ddpm import LatentDiffusion
|
| 16 |
-
|
| 17 |
|
| 18 |
|
| 19 |
|
|
|
|
| 13 |
from cldm.model import create_model, load_state_dict
|
| 14 |
from cldm.ddim_hacked import DDIMSampler
|
| 15 |
from ldm.models.diffusion.ddpm import LatentDiffusion
|
| 16 |
+
from huggingface_hub import hf_hub_download
|
| 17 |
|
| 18 |
|
| 19 |
|