Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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()
|