Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with demo:
|
|
124 |
gr.Markdown("Speech analyzer")
|
125 |
audio = gr.Audio(type="filepath", label = "Upload a file")
|
126 |
text = gr.Textbox()
|
127 |
-
source_lang = gr.
|
128 |
b3 = gr.Button("Select lang")
|
129 |
gr.Examples(examples = list(lang_id.keys()),
|
130 |
inputs=[
|
|
|
124 |
gr.Markdown("Speech analyzer")
|
125 |
audio = gr.Audio(type="filepath", label = "Upload a file")
|
126 |
text = gr.Textbox()
|
127 |
+
source_lang = gr.Radio(label="Source lang", choices=list(lang_id.keys()))
|
128 |
b3 = gr.Button("Select lang")
|
129 |
gr.Examples(examples = list(lang_id.keys()),
|
130 |
inputs=[
|