ShiwenNi commited on
Commit
22b63c3
1 Parent(s): 2077720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ The paper is scored on a scale of 1-10, with 10 being the full mark, and 6 stand
194
  xxx"""
195
  ),
196
  gradio.inputs.File(label="请上传论文PDF(必填)",type="bytes"),
197
- gradio.inputs.Radio(choices=["English", "Chinese"],
198
  default="English",
199
  label="选择输出语言"),
200
  ]
 
194
  xxx"""
195
  ),
196
  gradio.inputs.File(label="请上传论文PDF(必填)",type="bytes"),
197
+ gradio.inputs.Radio(choices=["English", "中文"],
198
  default="English",
199
  label="选择输出语言"),
200
  ]