might just be my stupid mistake
Browse files
app.py
CHANGED
|
@@ -67,3 +67,5 @@ def opus_trans(message, result_lang, target_lang):
|
|
| 67 |
langdetect = gr.Interface(
|
| 68 |
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=gr.Textbox()
|
| 69 |
)
|
|
|
|
|
|
|
|
|
| 67 |
langdetect = gr.Interface(
|
| 68 |
lang_detect, [gr.Textbox(), gr.Dropdown(["en", "zh"])], outputs=gr.Textbox()
|
| 69 |
)
|
| 70 |
+
|
| 71 |
+
langdetect.launch()
|