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