AugustLight commited on
Commit
8b5752f
·
verified ·
1 Parent(s): f9d194f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -133,7 +133,7 @@ from huggingface_hub import hf_hub_download
133
  # Download model from HuggingFace (cached automatically)
134
  MODEL_PATH = hf_hub_download(
135
  repo_id="AugustLabs/Author_ID",
136
- filename="author_id_500.onnx"
137
  )
138
 
139
  class AuthorID:
 
133
  # Download model from HuggingFace (cached automatically)
134
  MODEL_PATH = hf_hub_download(
135
  repo_id="AugustLabs/Author_ID",
136
+ filename=" style_predictor_500.onnx"
137
  )
138
 
139
  class AuthorID: