oza75 commited on
Commit
402c03f
·
1 Parent(s): 3b2d585
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -115,8 +115,9 @@ def main():
115
  fn=transcribe,
116
  inputs=[
117
  gr.Audio(type="filepath", value=example_files[0][0]),
 
118
  gr.Dropdown(choices=LANGUAGES.keys(), label="Language", value="bambara"),
119
- gr.Radio(choices=["transcribe"], label="Task Type", value="transcribe")
120
  ],
121
  outputs="text",
122
  title="Bambara Automatic Speech Recognition",
 
115
  fn=transcribe,
116
  inputs=[
117
  gr.Audio(type="filepath", value=example_files[0][0]),
118
+ gr.Radio(choices=["transcribe"], label="Task Type", value="transcribe"),
119
  gr.Dropdown(choices=LANGUAGES.keys(), label="Language", value="bambara"),
120
+
121
  ],
122
  outputs="text",
123
  title="Bambara Automatic Speech Recognition",