Malek-AI commited on
Commit
5a2b09e
1 Parent(s): c3d9e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import pytube as pt
5
  from transformers import pipeline
6
 
7
- MODEL_NAME = "openai/whisper-tiny"
8
 
9
  device = 0 if torch.cuda.is_available() else "cpu"
10
 
@@ -44,7 +44,7 @@ mf_transcribe = gr.Interface(
44
  ,
45
  layout="horizontal",
46
  theme="huggingface",
47
- title="Whisper Tiny: Transcribe Audio",
48
  live=True,
49
  description=(
50
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
 
4
  import pytube as pt
5
  from transformers import pipeline
6
 
7
+ MODEL_NAME = "openai/whisper-base.en"
8
 
9
  device = 0 if torch.cuda.is_available() else "cpu"
10
 
 
44
  ,
45
  layout="horizontal",
46
  theme="huggingface",
47
+ title="Whisper Base.En: Transcribe Audio",
48
  live=True,
49
  description=(
50
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"