NeerAbhy commited on
Commit
969e34f
·
verified ·
1 Parent(s): 5159085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with demo:
151
  # source_lang])
152
  b1 = gr.Button("convert to text")
153
  b3 = gr.Button("translate")
154
- b3.Dropdown(translation, input = text0, output = text)
155
  b1.click(audio_a_text, inputs=audio, outputs=text)
156
 
157
  b2 = gr.Button("Classification of speech")
 
151
  # source_lang])
152
  b1 = gr.Button("convert to text")
153
  b3 = gr.Button("translate")
154
+ b3.click(translation, inputs = text0, outputs = text)
155
  b1.click(audio_a_text, inputs=audio, outputs=text)
156
 
157
  b2 = gr.Button("Classification of speech")