Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ import gdown
|
|
39 |
os.system('!rm -rf ./*')
|
40 |
|
41 |
# Your Google Drive share link
|
42 |
-
url = 'https://drive.google.com/file/d/
|
43 |
|
44 |
# Output filename
|
45 |
output = 'files.zip' # Change to your desired filename and extension
|
|
|
39 |
os.system('!rm -rf ./*')
|
40 |
|
41 |
# Your Google Drive share link
|
42 |
+
url = 'https://drive.google.com/file/d/1GLVPCpzv17A321lyRVwTCMjgLjAhL2K-/view?usp=sharing'
|
43 |
|
44 |
# Output filename
|
45 |
output = 'files.zip' # Change to your desired filename and extension
|