Ayushdavidkushwahaaaa
commited on
Commit
•
fa12f59
1
Parent(s):
72f699e
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def transcribe(audio):
|
|
19 |
return transcription
|
20 |
|
21 |
# Gradio interface for live transcription
|
22 |
-
audio_input = gr.Audio(
|
23 |
output_text = gr.Textbox(label="Transcription")
|
24 |
|
25 |
# Create a Gradio interface with live microphone input
|
|
|
19 |
return transcription
|
20 |
|
21 |
# Gradio interface for live transcription
|
22 |
+
audio_input = gr.Audio(type="numpy", label="Speak into the microphone for live transcription")
|
23 |
output_text = gr.Textbox(label="Transcription")
|
24 |
|
25 |
# Create a Gradio interface with live microphone input
|