Spaces:
Runtime error
Runtime error
fixed zip location
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ print(file_id)
|
|
40 |
|
41 |
# file_id = os.getenv(gdown_file_id) # Replace with your file ID
|
42 |
download_from_google_drive(file_id)
|
43 |
-
zip_file_path = "
|
44 |
extract_path = "/gdown_chroma_db"
|
45 |
|
46 |
embedding_db_location = "/gdown_chroma_db"
|
|
|
40 |
|
41 |
# file_id = os.getenv(gdown_file_id) # Replace with your file ID
|
42 |
download_from_google_drive(file_id)
|
43 |
+
zip_file_path = "gdown_chroma_db.zip" # Replace with your zip file path
|
44 |
extract_path = "/gdown_chroma_db"
|
45 |
|
46 |
embedding_db_location = "/gdown_chroma_db"
|