Parth Sarthi Srivastava commited on
Commit
662aff2
·
2 Parent(s): 173e5413a3d6ed

Merge branch 'main' of https://huggingface.co/Potato-Scientist/multi-modal-search

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/multimodal-search-model",
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