richylyq commited on
Commit
fc7820d
·
1 Parent(s): 11995ca

update langdetect”

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