Spaces:
Running
Running
My Duong
commited on
Commit
·
7a79fec
1
Parent(s):
45c51b6
update app
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ def prepare_chroma_db(hf_token=None):
|
|
12 |
print("Downloading chroma_db.zip from the dataset repository...")
|
13 |
zip_path = hf_hub_download(
|
14 |
repo_id="camiellia/phapdien_demo", # dataset repository
|
|
|
15 |
filename="chroma_db.zip",
|
16 |
token=hf_token
|
17 |
)
|
|
|
12 |
print("Downloading chroma_db.zip from the dataset repository...")
|
13 |
zip_path = hf_hub_download(
|
14 |
repo_id="camiellia/phapdien_demo", # dataset repository
|
15 |
+
repo_type="dataset",
|
16 |
filename="chroma_db.zip",
|
17 |
token=hf_token
|
18 |
)
|