Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ from inpainting import StableDiffusionInpaintingPipeline
|
|
15 |
from torchvision import transforms
|
16 |
#from clipseg.models.clipseg import CLIPDensePredT
|
17 |
|
18 |
-
from huggingface_hub import hf_hub_download
|
19 |
-
hf_hub_download(repo_id="ThereforeGames/txt2mask", filename="/repositories/clipseg/")
|
20 |
#clone_from (str, optional) — Either a repository url or repo_id. Example:
|
21 |
#api = HfApi()
|
22 |
|
|
|
15 |
from torchvision import transforms
|
16 |
#from clipseg.models.clipseg import CLIPDensePredT
|
17 |
|
18 |
+
#from huggingface_hub import hf_hub_download
|
19 |
+
#hf_hub_download(repo_id="ThereforeGames/txt2mask", filename="/repositories/clipseg/")
|
20 |
#clone_from (str, optional) — Either a repository url or repo_id. Example:
|
21 |
#api = HfApi()
|
22 |
|