Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ description = '''ASR with salt-mms'''
|
|
44 |
|
45 |
iface = gr.Interface(fn=transcribe_audio,
|
46 |
inputs=[
|
47 |
-
gr.Audio(source="upload", type="filepath", label="
|
48 |
gr.Dropdown(choices=languages, label="Language", value="English")
|
49 |
],
|
50 |
outputs=gr.Textbox(label="Transcription"),
|
|
|
44 |
|
45 |
iface = gr.Interface(fn=transcribe_audio,
|
46 |
inputs=[
|
47 |
+
gr.Audio(source="upload", type="filepath", label="upload file to transcribe"),
|
48 |
gr.Dropdown(choices=languages, label="Language", value="English")
|
49 |
],
|
50 |
outputs=gr.Textbox(label="Transcription"),
|