Tlanextli commited on
Commit
ec5ebbb
1 Parent(s): a4340f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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