Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
4a91629
1
Parent(s):
2ba04d8
revise repo id
Browse files- app-huggingface.py +1 -0
app-huggingface.py
CHANGED
@@ -67,6 +67,7 @@ if not LOCAL_DEBUG:
|
|
67 |
|
68 |
PIA_PATH = hf_hub_download(repo_id='Leoxing/PIA',
|
69 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
|
|
70 |
os.system('bash download_bashscripts/1-RealisticVision.sh')
|
71 |
os.system('bash download_bashscripts/2-RcnzCartoon.sh')
|
72 |
# hf_hub_download(repo_id='frankjoshua/realisticVisionV51_v51VAE',
|
|
|
67 |
|
68 |
PIA_PATH = hf_hub_download(repo_id='Leoxing/PIA',
|
69 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
70 |
+
PIA_PATH = '/'.join(PIA_PATH.split('/')[:-1])
|
71 |
os.system('bash download_bashscripts/1-RealisticVision.sh')
|
72 |
os.system('bash download_bashscripts/2-RcnzCartoon.sh')
|
73 |
# hf_hub_download(repo_id='frankjoshua/realisticVisionV51_v51VAE',
|