NeerAbhy commited on
Commit
5765d55
·
verified ·
1 Parent(s): d02fec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with demo:
126
  text = gr.Textbox()
127
  source_lang = gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
128
  b3 = gr.Button("Select lang")
129
- gr.Examples(Examples = list(lang_id.keys()),
130
  inputs=[
131
  source_lang])
132
  b1 = gr.Button("convert to text")
 
126
  text = gr.Textbox()
127
  source_lang = gr.Dropdown(label="Source lang", choices=list(lang_id.keys()))
128
  b3 = gr.Button("Select lang")
129
+ gr.Examples(examples = list(lang_id.keys()),
130
  inputs=[
131
  source_lang])
132
  b1 = gr.Button("convert to text")