NLPV commited on
Commit
3557986
·
verified ·
1 Parent(s): 57bf125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ interface = gr.Interface(
66
  fn=transcribe_and_translate,
67
  inputs=[
68
  gr.Audio(type="filepath", label="Upload Audio"),
69
- gr.Dropdown(label="Select Language", choices=["mai", "mag", "bho", "en"], value="mai"),
70
  gr.Dropdown(label="Select Model Type", choices=["tiny", "base", "small", "medium", "large"], value="base")
71
  ],
72
  outputs="text",
 
66
  fn=transcribe_and_translate,
67
  inputs=[
68
  gr.Audio(type="filepath", label="Upload Audio"),
69
+ gr.Dropdown(label="Select Language", choices=["bn", "mag", "bho", "en"], value="mai"),
70
  gr.Dropdown(label="Select Model Type", choices=["tiny", "base", "small", "medium", "large"], value="base")
71
  ],
72
  outputs="text",