hackergeek98 commited on
Commit
51f2ece
·
verified ·
1 Parent(s): 671b55f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  import gradio as gr
9
 
10
  # Load the model and processor
11
- model_id = "hackergeek98/tinyyyy_whisper"
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
 
14
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)
 
8
  import gradio as gr
9
 
10
  # Load the model and processor
11
+ model_id = "hackergeek98/whisper-fa-tinyyy"
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
 
14
  model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id).to(device)