camparchimedes commited on
Commit
8205233
·
verified ·
1 Parent(s): 7f1b017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ iface = gr.Blocks()
151
 
152
  with iface:
153
  gr.HTML(image_html)
154
- gr.Markdown("# Upload an audio file to get the transcription")
155
  audio_input = gr.Audio(type="filepath")
156
  batch_size_input = gr.Slider(minimum=7, maximum=16, step=1, label="Batch Size")
157
  transcription_output = gr.Textbox(label="Transcription | nb-whisper-large-semantic")
 
151
 
152
  with iface:
153
  gr.HTML(image_html)
154
+ gr.Markdown("# Drag-n-drop audio for transcription")
155
  audio_input = gr.Audio(type="filepath")
156
  batch_size_input = gr.Slider(minimum=7, maximum=16, step=1, label="Batch Size")
157
  transcription_output = gr.Textbox(label="Transcription | nb-whisper-large-semantic")