Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ app1 = gr.Interface(
|
|
| 48 |
|
| 49 |
app2 = gr.Interface(
|
| 50 |
fn=transcribeFileMulti,
|
| 51 |
-
inputs=[gr.Radio(["English", "German"], value="German", label="Source Language", info="Select the language of the speech you want to transcribe"
|
| 52 |
gr.Audio(source="microphone", type="filepath")],
|
| 53 |
outputs="text",
|
| 54 |
title=title
|
|
|
|
| 48 |
|
| 49 |
app2 = gr.Interface(
|
| 50 |
fn=transcribeFileMulti,
|
| 51 |
+
inputs=[gr.Radio(["English", "German"], value="German", label="Source Language", info="Select the language of the speech you want to transcribe"),
|
| 52 |
gr.Audio(source="microphone", type="filepath")],
|
| 53 |
outputs="text",
|
| 54 |
title=title
|