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 |
-
gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
|
128 |
#gr.Examples(examples = list(lang_id.keys()),
|
129 |
# inputs=[
|
130 |
# source_lang])
|
|
|
124 |
gr.Markdown("Speech analyzer")
|
125 |
audio = gr.Audio(type="filepath", label = "Upload a file")
|
126 |
text = gr.Textbox()
|
127 |
+
source_lang = gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
|
128 |
#gr.Examples(examples = list(lang_id.keys()),
|
129 |
# inputs=[
|
130 |
# source_lang])
|