Spaces:
Runtime error
Runtime error
Commit
·
e78b8e2
1
Parent(s):
64ca4d6
changes type to numpy
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as app:
|
|
60 |
gr.Markdown("Upload or record an audio file in any format, and get its transcription.")
|
61 |
|
62 |
with gr.Row():
|
63 |
-
audio_input = gr.Audio(label="Upload or Record Audio", type="
|
64 |
transcription_output = gr.Textbox(label="Transcription")
|
65 |
|
66 |
transcribe_button = gr.Button("Transcribe")
|
|
|
60 |
gr.Markdown("Upload or record an audio file in any format, and get its transcription.")
|
61 |
|
62 |
with gr.Row():
|
63 |
+
audio_input = gr.Audio(label="Upload or Record Audio", type="numpy")
|
64 |
transcription_output = gr.Textbox(label="Transcription")
|
65 |
|
66 |
transcribe_button = gr.Button("Transcribe")
|