Spaces:
Running
on
Zero
Running
on
Zero
wip
Browse files
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 |
-
|
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",
|