DarwinAnim8or commited on
Commit
47e7707
·
1 Parent(s): e3e8720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the model and processor
5
- model_id = "openai/whisper-medium"
6
 
7
  device = "cpu"
8
  BATCH_SIZE = 8
 
2
  from transformers import pipeline
3
 
4
  # Load the model and processor
5
+ model_id = "openai/whisper-small"
6
 
7
  device = "cpu"
8
  BATCH_SIZE = 8