Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from urllib.parse import urlparse
|
|
| 10 |
# Clone and install faster-whisper from GitHub
|
| 11 |
subprocess.run(["git", "clone", "https://github.com/SYSTRAN/faster-whisper.git"], check=True)
|
| 12 |
subprocess.run(["pip", "install", "-e", "./faster-whisper"], check=True)
|
| 13 |
-
subprocess.run(["pip", "install", "yt-dlp pytube ffmpeg-python"], check=True)
|
| 14 |
|
| 15 |
# Add the faster-whisper directory to the Python path
|
| 16 |
sys.path.append("./faster-whisper")
|
|
|
|
| 10 |
# Clone and install faster-whisper from GitHub
|
| 11 |
subprocess.run(["git", "clone", "https://github.com/SYSTRAN/faster-whisper.git"], check=True)
|
| 12 |
subprocess.run(["pip", "install", "-e", "./faster-whisper"], check=True)
|
| 13 |
+
#subprocess.run(["pip", "install", "yt-dlp pytube ffmpeg-python"], check=True)
|
| 14 |
|
| 15 |
# Add the faster-whisper directory to the Python path
|
| 16 |
sys.path.append("./faster-whisper")
|