Rich Gregson commited on
Commit
50039d8
1 Parent(s): 92054a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,5 +1,6 @@
1
- # install whisper
2
- !pip install git+https://github.com/openai/whisper.git
 
3
 
4
  #import whisper & gadio
5
  import whisper
 
1
+ # import whisper
2
+ import os
3
+ os.system("pip install git+https://github.com/openai/whisper.git")
4
 
5
  #import whisper & gadio
6
  import whisper