burraco135 commited on
Commit
a93a793
1 Parent(s): d59e500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  from transformers import pipeline
4
 
5
- model_id = "burraco135/whisper-small-en"
6
  pipe = pipeline("automatic-speech-recognition", model=model_id)
7
 
8
  def transcribe_speech(filepath):
 
2
 
3
  from transformers import pipeline
4
 
5
+ model_id = "burraco135/whisper-tiny-en"
6
  pipe = pipeline("automatic-speech-recognition", model=model_id)
7
 
8
  def transcribe_speech(filepath):