Commit
·
2af09b8
1
Parent(s):
6db8e2c
change
Browse files
app.py
CHANGED
@@ -37,13 +37,13 @@ st.info("Downloading and setting up necessary data. This might take a while...")
|
|
37 |
|
38 |
download_and_extract_gdrive(
|
39 |
file_id="1Qnb8bs_NXWlhDwGoswOgsp2DiLBMbfSY", # Replace with the actual Google Drive file ID
|
40 |
-
destination="lancedb_directory_main
|
41 |
extract_to="./"
|
42 |
)
|
43 |
|
44 |
download_and_extract_gdrive(
|
45 |
file_id="1_9VVuN_P3zsTBYzg0lAeh4ghd9zhXS3w", # Replace with the actual Google Drive file ID
|
46 |
-
destination="finetuned_all_minilm_l6_v2
|
47 |
extract_to="./"
|
48 |
)
|
49 |
# # --------------------------- Load the LanceDB Table and Models --------------------------- #
|
|
|
37 |
|
38 |
download_and_extract_gdrive(
|
39 |
file_id="1Qnb8bs_NXWlhDwGoswOgsp2DiLBMbfSY", # Replace with the actual Google Drive file ID
|
40 |
+
destination="lancedb_directory_main",
|
41 |
extract_to="./"
|
42 |
)
|
43 |
|
44 |
download_and_extract_gdrive(
|
45 |
file_id="1_9VVuN_P3zsTBYzg0lAeh4ghd9zhXS3w", # Replace with the actual Google Drive file ID
|
46 |
+
destination="finetuned_all_minilm_l6_v2",
|
47 |
extract_to="./"
|
48 |
)
|
49 |
# # --------------------------- Load the LanceDB Table and Models --------------------------- #
|