nightfury commited on
Commit
ae3aed8
1 Parent(s): d2ee366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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