John6666 commited on
Commit
408afa2
Β·
verified Β·
1 Parent(s): 1be5a5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import gc
17
 
18
 
19
  from huggingface_hub import snapshot_download
20
- large_files = ["controlnet_depth/diffusion_pytorch_model.safetensors", "own_controlnet/diffusion_pytorch_model.safetensors]
21
  snapshot_download(repo_id="John6666/StableDesign-storage", repo_type="dataset", allow_patterns=large_files, local_dir=".")
22
 
23
 
 
17
 
18
 
19
  from huggingface_hub import snapshot_download
20
+ large_files = ["controlnet_depth/diffusion_pytorch_model.safetensors", "own_controlnet/diffusion_pytorch_model.safetensors"]
21
  snapshot_download(repo_id="John6666/StableDesign-storage", repo_type="dataset", allow_patterns=large_files, local_dir=".")
22
 
23