Tlanextli commited on
Commit
4c81c7d
·
1 Parent(s): ae4f86f

Update app.py

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