Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
@@ -6,8 +6,7 @@ from pydantic import BaseModel, Field
|
|
6 |
|
7 |
from app import INDEX_PATH
|
8 |
|
9 |
-
def download_index_from_gdrive(
|
10 |
-
|
11 |
zip_path = "index.zip"
|
12 |
url = f"https://drive.google.com/uc?id={self.gdrive_index_id}"
|
13 |
gdown.download(url, zip_path, quiet=False)
|
|
|
6 |
|
7 |
from app import INDEX_PATH
|
8 |
|
9 |
+
def download_index_from_gdrive() :
|
|
|
10 |
zip_path = "index.zip"
|
11 |
url = f"https://drive.google.com/uc?id={self.gdrive_index_id}"
|
12 |
gdown.download(url, zip_path, quiet=False)
|