Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ import validators
|
|
| 16 |
import matchering as mg
|
| 17 |
from typing import Any, Optional
|
| 18 |
import spaces # Added for @spaces.GPU
|
|
|
|
| 19 |
|
| 20 |
# Add this import if not already present
|
| 21 |
import yt_dlp
|
|
@@ -328,7 +329,6 @@ button:hover {
|
|
| 328 |
|
| 329 |
import os
|
| 330 |
import yt_dlp
|
| 331 |
-
from googledrivedownloader import GoogleDriveDownloader
|
| 332 |
from scipy.io import wavfile
|
| 333 |
|
| 334 |
def download_audio(url, cookie_file=None):
|
|
|
|
| 16 |
import matchering as mg
|
| 17 |
from typing import Any, Optional
|
| 18 |
import spaces # Added for @spaces.GPU
|
| 19 |
+
from google_drive_downloader import GoogleDriveDownloader
|
| 20 |
|
| 21 |
# Add this import if not already present
|
| 22 |
import yt_dlp
|
|
|
|
| 329 |
|
| 330 |
import os
|
| 331 |
import yt_dlp
|
|
|
|
| 332 |
from scipy.io import wavfile
|
| 333 |
|
| 334 |
def download_audio(url, cookie_file=None):
|