Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,8 @@ def save_feedback(audio_file, transcription, user_id, lang, env, device, domain,
|
|
86 |
with gr.Blocks() as demo:
|
87 |
gr.Markdown("## African ASR Evaluation Platform")
|
88 |
|
89 |
-
|
|
|
90 |
audio_input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or record audio")
|
91 |
|
92 |
# transcribed_text = gr.Textbox(label="Transcription", interactive=False)
|
|
|
86 |
with gr.Blocks() as demo:
|
87 |
gr.Markdown("## African ASR Evaluation Platform")
|
88 |
|
89 |
+
gr.Markdown("**Select Language**")
|
90 |
+
lang = gr.Dropdown(list(model_map.keys()), label="", value=None)
|
91 |
audio_input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or record audio")
|
92 |
|
93 |
# transcribed_text = gr.Textbox(label="Transcription", interactive=False)
|