NeerAbhy commited on
Commit
913be7e
·
verified ·
1 Parent(s): d9dfd26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with demo:
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
- gr.Examples(examples = list(lang_id.keys),
129
  inputs=[
130
  source_lang])
131
  b1 = gr.Button("convert to text")
 
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
+ gr.Examples(examples = list(lang_id.keys()),
129
  inputs=[
130
  source_lang])
131
  b1 = gr.Button("convert to text")