Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import gdown as gd
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
|
| 6 |
gd.download(url, output)
|
|
|
|
| 1 |
import gdown as gd
|
| 2 |
|
| 3 |
+
id = "15y4_bcoqE6chZzLRGdWzIOpyVFuk4QK4"
|
| 4 |
+
url = f"https://drive.google.com/u/1/uc?id={id}"
|
| 5 |
+
output = "music.mp3"
|
| 6 |
|
| 7 |
gd.download(url, output)
|