update langdetect”
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ textbox = gr.Textbox()
|
|
66 |
dropdown = gr.Dropdown(["en", "zh"])
|
67 |
|
68 |
langdetect = gr.Interface(
|
69 |
-
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=
|
70 |
)
|
|
|
66 |
dropdown = gr.Dropdown(["en", "zh"])
|
67 |
|
68 |
langdetect = gr.Interface(
|
69 |
+
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=textbox
|
70 |
)
|