Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,9 @@ repo_id = "bluuebunny/arxiv_abstract_embedding_mxbai_large_v1_milvus"
|
|
15 |
repo_type = "dataset"
|
16 |
|
17 |
# Subfolder in the repo of the dataset where the file is stored
|
18 |
-
|
19 |
|
20 |
-
snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=
|
21 |
|
22 |
#######################################################################################
|
23 |
|
|
|
15 |
repo_type = "dataset"
|
16 |
|
17 |
# Subfolder in the repo of the dataset where the file is stored
|
18 |
+
local_dir = "."
|
19 |
|
20 |
+
snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_dir)
|
21 |
|
22 |
#######################################################################################
|
23 |
|