Spaces:
Running
Running
My Duong
commited on
Commit
·
45c51b6
1
Parent(s):
40e3a73
update app
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def prepare_chroma_db(hf_token=None):
|
|
11 |
if not os.path.exists(persist_directory):
|
12 |
print("Downloading chroma_db.zip from the dataset repository...")
|
13 |
zip_path = hf_hub_download(
|
14 |
-
repo_id="
|
15 |
filename="chroma_db.zip",
|
16 |
token=hf_token
|
17 |
)
|
|
|
11 |
if not os.path.exists(persist_directory):
|
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 |
)
|