Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ iface = gr.Blocks()
|
|
151 |
|
152 |
with iface:
|
153 |
gr.HTML(image_html)
|
154 |
-
gr.Markdown("#
|
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")
|