shijunju commited on
Commit
b0c7e3c
·
verified ·
1 Parent(s): b06bb88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def transcribe_speech(filepath):
37
 
38
  # Create Gradio interface
39
  with gr.Blocks() as demo:
40
- gr.Markdown("# Speech to Text Converter (Model Downloading takes 2-3min when first start)")
41
 
42
  with gr.Row():
43
  audio_input = gr.Audio(type="filepath", label="Upload MP3 or WAV File")
 
37
 
38
  # Create Gradio interface
39
  with gr.Blocks() as demo:
40
+ gr.Markdown("## Finetuned Whisper Turbo Speech to Text (CPU, each run takes about 2 min)")
41
 
42
  with gr.Row():
43
  audio_input = gr.Audio(type="filepath", label="Upload MP3 or WAV File")