akhaliq HF staff commited on
Commit
75a7ba6
1 Parent(s): 28b7956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ os.system("pip install git+https://github.com/openai/whisper.git")
3
  import gradio as gr
4
  import whisper
5
 
6
- model = whisper.load_model("base")
7
 
8
 
9
 
3
  import gradio as gr
4
  import whisper
5
 
6
+ model = whisper.load_model("small")
7
 
8
 
9