Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -23,7 +23,7 @@ def load_data():
|
|
| 23 |
npy_path = hf_hub_download(
|
| 24 |
repo_id="jadenhochh/Octen-Embedding-4B",
|
| 25 |
filename="corpus_embeddings_Octen-Embedding-4B.npy",
|
| 26 |
-
repo_type="
|
| 27 |
)
|
| 28 |
|
| 29 |
return pd.read_parquet(parquet_path), np.load(npy_path)
|
|
|
|
| 23 |
npy_path = hf_hub_download(
|
| 24 |
repo_id="jadenhochh/Octen-Embedding-4B",
|
| 25 |
filename="corpus_embeddings_Octen-Embedding-4B.npy",
|
| 26 |
+
repo_type="dataset"
|
| 27 |
)
|
| 28 |
|
| 29 |
return pd.read_parquet(parquet_path), np.load(npy_path)
|