cstr commited on
Commit
0a64646
·
verified ·
1 Parent(s): a96aeb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")