richylyq commited on
Commit
aad89b6
·
1 Parent(s): 35136de

might just be my stupid mistake

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()