Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ app1 = gr.Interface(
|
|
| 30 |
|
| 31 |
app2 = gr.Interface(
|
| 32 |
fn=transcribeFileMulti,
|
| 33 |
-
inputs=[gr.Radio(["English", "German"], label="Source Language", info="Select the language of the speech you want to transcribe"),
|
| 34 |
gr.Audio(source="microphone", type="filepath")],
|
| 35 |
outputs="text",
|
| 36 |
title=title
|
|
|
|
| 30 |
|
| 31 |
app2 = gr.Interface(
|
| 32 |
fn=transcribeFileMulti,
|
| 33 |
+
inputs=[gr.Radio(["English", "German"], value="German", label="Source Language", info="Select the language of the speech you want to transcribe"),
|
| 34 |
gr.Audio(source="microphone", type="filepath")],
|
| 35 |
outputs="text",
|
| 36 |
title=title
|