update langdetect”
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ def opus_trans(message, result_lang, target_lang):
|
|
63 |
|
64 |
|
65 |
textbox = gr.Textbox()
|
66 |
-
dropdown = gr.Dropdown(["en", "zh"])
|
67 |
|
68 |
langdetect = gr.Interface(
|
69 |
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=textbox
|
|
|
63 |
|
64 |
|
65 |
textbox = gr.Textbox()
|
|
|
66 |
|
67 |
langdetect = gr.Interface(
|
68 |
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=textbox
|