Amrrs commited on
Commit
e2e2862
1 Parent(s): fe3b21a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import whisper
2
  import gradio as gr
3
 
4
- model = whisper.load_model("base")
5
 
6
  def transcribe(audio):
7
 
 
1
  import whisper
2
  import gradio as gr
3
 
4
+ model = whisper.load_model("small")
5
 
6
  def transcribe(audio):
7