isayahc commited on
Commit
d43c85e
Β·
1 Parent(s): f70d7c5

fixed zip location

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/content/chroma_db-complete.zip" # Replace with your 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"