howlbz commited on
Commit
aa5377f
1 Parent(s): c2dd445

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  import gradio as gr
3
  from pytube import YouTube
4
 
5
- pipe = pipeline(model="kk90ujhun/whisper-small-zh") # change to "your-username/the-name-you-picked"
6
 
7
  def transcribe(audio,url):
8
  if url:
 
2
  import gradio as gr
3
  from pytube import YouTube
4
 
5
+ pipe = pipeline(model="howlbz/whisper-small-hi") # change to "your-username/the-name-you-picked"
6
 
7
  def transcribe(audio,url):
8
  if url: