Jiangxz01 commited on
Commit
80c5b72
·
verified ·
1 Parent(s): ed3071b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as iface:
83
 
84
  with gr.Row():
85
  Language = gr.Dropdown(
86
- choices=["繁體中文", "Auto Detect", "英文", "日文", "韓文"],
87
  value="繁體中文",
88
  label="語言",
89
  interactive=True,
 
83
 
84
  with gr.Row():
85
  Language = gr.Dropdown(
86
+ choices=["繁體中文", "Auto Detect", "English", "日本語", "한국어"],
87
  value="繁體中文",
88
  label="語言",
89
  interactive=True,