tym517 commited on
Commit
35ff236
1 Parent(s): 45c95d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ if __name__ == '__main__':
122
  with gr.Row():
123
  with gr.Column():
124
  input_text = gr.Textbox(label="Text (100 words limitation) " if limitation else "Text", lines=5, value="今天晚上吃啥好呢。", elem_id=f"input-text")
125
- lang = gr.Dropdown(label="Language", choices=["中文"]
126
  type="index", value="中文")
127
  btn = gr.Button(value="Submit")
128
  with gr.Row():
 
122
  with gr.Row():
123
  with gr.Column():
124
  input_text = gr.Textbox(label="Text (100 words limitation) " if limitation else "Text", lines=5, value="今天晚上吃啥好呢。", elem_id=f"input-text")
125
+ lang = gr.Dropdown(label="Language", choices=["中文"],
126
  type="index", value="中文")
127
  btn = gr.Button(value="Submit")
128
  with gr.Row():