Update README.md
Browse files
README.md
CHANGED
@@ -123,7 +123,7 @@ You can use above chara like this
|
|
123 |
|
124 |
```python
|
125 |
from huggingface_hub import hf_hub_download
|
126 |
-
hf_hub_download(repo_id="spow12/
|
127 |
|
128 |
with open('./system_dict.json', 'r') as f:
|
129 |
chara_background_dict = json.load(f)
|
|
|
123 |
|
124 |
```python
|
125 |
from huggingface_hub import hf_hub_download
|
126 |
+
hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="system_dict.json", local_dir='./')
|
127 |
|
128 |
with open('./system_dict.json', 'r') as f:
|
129 |
chara_background_dict = json.load(f)
|