puyao commited on
Commit
91f5cfd
·
1 Parent(s): ef8ed22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  import gradio as gr
4
 
5
 
6
- pipe = pipeline(model="models/Puyao/whisper-small-hi")
7
  def transcribe(audio):
8
  text = pipe(audio)["text"]
9
  return text
 
3
  import gradio as gr
4
 
5
 
6
+ pipe = pipeline(model="Puyao/whisper-small-hi")
7
  def transcribe(audio):
8
  text = pipe(audio)["text"]
9
  return text