Update README.md
Browse files
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="
|
| 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:
|