Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
667d84a
1
Parent(s):
f404d95
fix filename bug
Browse files- 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='
|
| 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 |
|