mskov commited on
Commit
77593bb
·
1 Parent(s): c0fcc7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
  import os
 
4
  os.system("pip install git+https://github.com/openai/whisper.git")
5
  import whisper
6
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
  import os
4
+ os.system("python -m pip install --upgrade pip")
5
  os.system("pip install git+https://github.com/openai/whisper.git")
6
  import whisper
7