jpdiazpardo commited on
Commit
8549c9b
1 Parent(s): e559d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import torch
2
  from transformers import pipeline
3
  import gradio as gr
4
 
5
- MODEL_NAME = "openai/whisper-large"
6
  BATCH_SIZE = 8
7
 
8
  device = 0 if torch.cuda.is_available() else "cpu"
 
2
  from transformers import pipeline
3
  import gradio as gr
4
 
5
+ MODEL_NAME = "openai/whisper-medium"
6
  BATCH_SIZE = 8
7
 
8
  device = 0 if torch.cuda.is_available() else "cpu"