Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from scipy.io.wavfile import write
|
|
12 |
from pydub import AudioSegment
|
13 |
import requests
|
14 |
import re
|
|
|
15 |
|
16 |
high_quality = True
|
17 |
|
|
|
12 |
from pydub import AudioSegment
|
13 |
import requests
|
14 |
import re
|
15 |
+
import yt_dlp
|
16 |
|
17 |
high_quality = True
|
18 |
|