thak123 commited on
Commit
2c6d161
·
1 Parent(s): 9b9b6ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  import gradio as gr
7
  import torch
8
 
9
- pipe = pipeline(model="thak123/whisper-small-LDC-V1", #"thak123/whisper-small-gom",
10
  task="automatic-speech-recognition", tokenizer= tokenizer) # change to "your-username/the-name-you-picked"
11
 
12
  pipe.model.config.forced_decoder_ids = (
 
6
  import gradio as gr
7
  import torch
8
 
9
+ pipe = pipeline(model="thak123/whisper-small-LDC-V1.1", #"thak123/whisper-small-gom",
10
  task="automatic-speech-recognition", tokenizer= tokenizer) # change to "your-username/the-name-you-picked"
11
 
12
  pipe.model.config.forced_decoder_ids = (