maliahson commited on
Commit
7adb1c9
·
verified ·
1 Parent(s): 2452c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from gliner import GLiNER
8
  import gradio as gr
9
 
10
  # Load transcription models
11
- whisper_pipeline_agri = pipeline("automatic-speech-recognition", model="maliahson/whisper-agri")
12
  device = 0 if torch.cuda.is_available() else "cpu"
13
 
14
  # Initialize GLiNER for information extraction
 
8
  import gradio as gr
9
 
10
  # Load transcription models
11
+ whisper_pipeline_agri = pipeline("automatic-speech-recognition", model="maliahson/Finetuned_Whisper_Medium_Model_2")
12
  device = 0 if torch.cuda.is_available() else "cpu"
13
 
14
  # Initialize GLiNER for information extraction