samusander commited on
Commit
5c57dac
·
1 Parent(s): 8b85011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- !pip install git+https://github.com/openai/whisper.git
2
  import gradio as gr
3
  import whisper
4
  model = whisper.load_model("base")
 
1
+ pip install git+https://github.com/openai/whisper.git
2
  import gradio as gr
3
  import whisper
4
  model = whisper.load_model("base")