spow12 commited on
Commit
657ed49
1 Parent(s): c6a33a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/ChatWaifu_v.1.2", filename="system_dict.json", local_dir='./')
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)