Mohamed Aymane Farhi commited on
Commit
731d3da
1 Parent(s): 364aa46

Set default language.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ iface = gr.Interface(fn=transcribe,
39
  inputs=[
40
  gr.Audio(source="microphone", type="filepath"),
41
  gr.Audio(source="upload", type="filepath"),
42
- gr.Dropdown(choices=languages, label="Language")
43
  ],
44
  outputs=["textbox"]
45
  )
 
39
  inputs=[
40
  gr.Audio(source="microphone", type="filepath"),
41
  gr.Audio(source="upload", type="filepath"),
42
+ gr.Dropdown(choices=languages, label="Language", value="eng")
43
  ],
44
  outputs=["textbox"]
45
  )