NeerAbhy commited on
Commit
1c00301
1 Parent(s): 9387b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ with demo:
253
  b3.click(translation_text, inputs = [source_lang, target_lang, text0], outputs = text)
254
  #b1.click(audio_a_text, inputs=audio, outputs=text)
255
 
256
- b2 = gr.Button("Classification of language")
257
  b2.click(lang_ident,inputs = text0, outputs=text)
258
 
259
  demo.launch()
 
253
  b3.click(translation_text, inputs = [source_lang, target_lang, text0], outputs = text)
254
  #b1.click(audio_a_text, inputs=audio, outputs=text)
255
 
256
+ b2 = gr.Button("identification of language")
257
  b2.click(lang_ident,inputs = text0, outputs=text)
258
 
259
  demo.launch()