Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ from huggingface_hub import hf_hub_download
|
|
| 54 |
|
| 55 |
# Download model
|
| 56 |
model_path = hf_hub_download(
|
| 57 |
-
repo_id="Potato-Scientist/
|
| 58 |
filename="pytorch_model.bin"
|
| 59 |
)
|
| 60 |
|
|
|
|
| 54 |
|
| 55 |
# Download model
|
| 56 |
model_path = hf_hub_download(
|
| 57 |
+
repo_id="Potato-Scientist/multi-modal-search",
|
| 58 |
filename="pytorch_model.bin"
|
| 59 |
)
|
| 60 |
|