Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -15,5 +15,5 @@ def download_from_google_drive(file_id: str, destination: Optional[str] = None)
|
|
15 |
|
16 |
if __name__ == '__main__':
|
17 |
# Example usage
|
18 |
-
file_id =
|
19 |
download_from_google_drive(file_id)
|
|
|
15 |
|
16 |
if __name__ == '__main__':
|
17 |
# Example usage
|
18 |
+
file_id = os.getenv(gdown_file_id) # Replace with your file ID
|
19 |
download_from_google_drive(file_id)
|