divython commited on
Commit
15f90dc
·
verified ·
1 Parent(s): a509a5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def setup_environment():
28
  """Installs necessary libraries and loads AI models."""
29
  print("Installing required libraries...")
30
  # Use !pip install for Colab
31
- !pip install -q gradio yt-dlp openai-whisper transformers ffmpeg-python
32
 
33
  global whisper_model, summarizer_pipeline
34
 
 
28
  """Installs necessary libraries and loads AI models."""
29
  print("Installing required libraries...")
30
  # Use !pip install for Colab
31
+ #!pip install -q gradio yt-dlp openai-whisper transformers ffmpeg-python
32
 
33
  global whisper_model, summarizer_pipeline
34