rohan13 commited on
Commit
b3bc374
·
1 Parent(s): 5ba1bcc

Adding model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os, time
5
 
6
  from transformers import pipeline
7
 
8
- p = pipeline("automatic-speech-recognition")
9
 
10
  """Use text to call chat method from main.py"""
11
 
 
5
 
6
  from transformers import pipeline
7
 
8
+ p = pipeline("automatic-speech-recognition", model="openai/whisper-base")
9
 
10
  """Use text to call chat method from main.py"""
11