mustafoyev202 commited on
Commit
8853682
·
verified ·
1 Parent(s): 9a3f48f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  # Load model directly
2
  from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
3
 
4
- processor = AutoProcessor.from_pretrained("mustafoyev202/whisper-uz-adv")
5
- model = AutoModelForSpeechSeq2Seq.from_pretrained("mustafoyev202/whisper-uz-adv")
6
 
7
 
8
  from transformers import pipeline
 
1
  # Load model directly
2
  from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
3
 
4
+ processor = AutoProcessor.from_pretrained("mustafoyev202/whisper-uz")
5
+ model = AutoModelForSpeechSeq2Seq.from_pretrained("mustafoyev202/whisper-uz")
6
 
7
 
8
  from transformers import pipeline