rafat0421 commited on
Commit
087bae5
·
1 Parent(s): 01bed5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from moviepy.editor import AudioFileClip
7
  import googletrans
8
  from googletrans import Translator
9
 
10
- pipe = pipeline(model="Whisper/model")
11
 
12
  def download_from_youtube(url):
13
  """
 
7
  import googletrans
8
  from googletrans import Translator
9
 
10
+ pipe = pipeline(model="sanchit-gandhi/whisper-small-hi")
11
 
12
  def download_from_youtube(url):
13
  """