LeoXing1996 commited on
Commit
667d84a
1 Parent(s): f404d95

fix filename bug

Browse files
Files changed (1) hide show
  1. app-huggingface.py +1 -1
app-huggingface.py CHANGED
@@ -120,7 +120,7 @@ if not LOCAL_DEBUG:
120
  # os.system('bash download_bashscripts/2-RcnzCartoon.sh')
121
  print(os.listdir(DreamBooth_LoRA_PATH))
122
  hf_hub_download(repo_id='Leoxing/rcnz-backup',
123
- filename='https://huggingface.co/Leoxing/rcnz-backup/blob/main/rcnzCartoon3d_v20.safetensors',
124
  cache_dir='models/DreamBooth_LoRA')
125
  print(os.listdir(DreamBooth_LoRA_PATH))
126
 
 
120
  # os.system('bash download_bashscripts/2-RcnzCartoon.sh')
121
  print(os.listdir(DreamBooth_LoRA_PATH))
122
  hf_hub_download(repo_id='Leoxing/rcnz-backup',
123
+ filename='rcnzCartoon3d_v20.safetensors',
124
  cache_dir='models/DreamBooth_LoRA')
125
  print(os.listdir(DreamBooth_LoRA_PATH))
126