Spaces:
Sleeping
Sleeping
LittleApple-fp16
commited on
Commit
•
5aea9fc
1
Parent(s):
89491e5
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def query(chr_name):
|
|
64 |
skin_urls.append((skin_url, skin_name))
|
65 |
|
66 |
# get repo info
|
67 |
-
repo = f'
|
68 |
with io.StringIO() as sf:
|
69 |
if hf_fs.exists(f'{repo}/meta.json'):
|
70 |
model_url = f'https://huggingface.co/{repo}'
|
|
|
64 |
skin_urls.append((skin_url, skin_name))
|
65 |
|
66 |
# get repo info
|
67 |
+
repo = f'AppleHarem/{get_ch_name(ch)}'
|
68 |
with io.StringIO() as sf:
|
69 |
if hf_fs.exists(f'{repo}/meta.json'):
|
70 |
model_url = f'https://huggingface.co/{repo}'
|