Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def transcribe_audio(audio_file):
|
|
39 |
return transcribed_text
|
40 |
|
41 |
# Create a Gradio interface
|
42 |
-
audio_input = gr.Audio(label="Upload Audio", type="
|
43 |
output_text = gr.Textbox(label="Transcribed Text")
|
44 |
|
45 |
# Instantiate the Gradio interface
|
|
|
39 |
return transcribed_text
|
40 |
|
41 |
# Create a Gradio interface
|
42 |
+
audio_input = gr.Audio(label="Upload Audio", type="filepath")
|
43 |
output_text = gr.Textbox(label="Transcribed Text")
|
44 |
|
45 |
# Instantiate the Gradio interface
|