Spaces:
Build error
Build error
Commit
·
fe20096
1
Parent(s):
09d9587
minor fixes
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def process(in_filename: str, language: str) -> str:
|
|
| 93 |
|
| 94 |
with demo:
|
| 95 |
gr.Markdown("Upload audio from disk or record from microphone for recognition")
|
| 96 |
-
|
| 97 |
|
| 98 |
with gr.Tabs():
|
| 99 |
with gr.TabItem("Upload from disk"):
|
|
|
|
| 93 |
|
| 94 |
with demo:
|
| 95 |
gr.Markdown("Upload audio from disk or record from microphone for recognition")
|
| 96 |
+
language = gr.inputs.Radio(label="Language", choices=list(models.keys()))
|
| 97 |
|
| 98 |
with gr.Tabs():
|
| 99 |
with gr.TabItem("Upload from disk"):
|