Update utils/ingest_video.py
Browse files- utils/ingest_video.py +1 -1
utils/ingest_video.py
CHANGED
@@ -108,7 +108,7 @@ def unzip_file(zip_path, extract_to):
|
|
108 |
print(f"An error occurred during extraction: {e}")
|
109 |
|
110 |
def initiate_video():
|
111 |
-
file_id = "
|
112 |
output_file = r"StockVideos-CC01.zip"
|
113 |
# Download the ZIP file
|
114 |
gdown.download(f"https://drive.google.com/uc?id={file_id}", output_file, quiet=False)
|
|
|
108 |
print(f"An error occurred during extraction: {e}")
|
109 |
|
110 |
def initiate_video():
|
111 |
+
file_id = "1PhbpRBtTG0Cp9URebZ7-CLRKelAYRZqb"
|
112 |
output_file = r"StockVideos-CC01.zip"
|
113 |
# Download the ZIP file
|
114 |
gdown.download(f"https://drive.google.com/uc?id={file_id}", output_file, quiet=False)
|