isayahc commited on
Commit
3ab8b42
Β·
1 Parent(s): e06901a

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 = "1hnzY7sd8jBgyEu_gEQj9FTnAxBZPYa80" # Replace with your 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)