Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(fn=transcribe_audio,
|
|
49 |
inputs=[
|
50 |
gr.Audio(source="microphone", type="filepath", label="Record Audio"),
|
51 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
52 |
-
gr.Dropdown(choices=languages, label="Language", value="English"
|
53 |
],
|
54 |
outputs=gr.Textbox(label="Transcription"),
|
55 |
description=description
|
|
|
49 |
inputs=[
|
50 |
gr.Audio(source="microphone", type="filepath", label="Record Audio"),
|
51 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
52 |
+
gr.Dropdown(choices=languages, label="Language", value="English")
|
53 |
],
|
54 |
outputs=gr.Textbox(label="Transcription"),
|
55 |
description=description
|