Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from elevenlabs.client import ElevenLabs
|
|
9 |
from pathlib import Path
|
10 |
from scipy.io.wavfile import write, read
|
11 |
import yt_dlp
|
12 |
-
os.system("pip
|
13 |
ELEVENLABS_API = os.environ.get("ELEVENLABS_API")
|
14 |
ASSEMBLYAI_API = os.environ.get("ASSEMBLYAI_API")
|
15 |
|
|
|
9 |
from pathlib import Path
|
10 |
from scipy.io.wavfile import write, read
|
11 |
import yt_dlp
|
12 |
+
os.system("pip install yt-dlp -U")
|
13 |
ELEVENLABS_API = os.environ.get("ELEVENLABS_API")
|
14 |
ASSEMBLYAI_API = os.environ.get("ASSEMBLYAI_API")
|
15 |
|