Update app.py
Browse files
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("
|
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")
|