NeerAbhy commited on
Commit
45e460d
·
verified ·
1 Parent(s): b0062cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -125,7 +125,6 @@ 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
- b3 = gr.Button("Select lang")
129
  gr.Examples(examples = list(lang_id.keys()),
130
  inputs=[
131
  source_lang])
 
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])