ShiwenNi commited on
Commit
2e92e2d
·
verified ·
1 Parent(s): 47544cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ The questions should be formulated in a manner that, after the authors have answ
205
  The paper is scored on a scale of 1-10, with 10 being the full mark, and 6 stands for borderline accept. Then give the reason for your rating.
206
  xxx"""
207
  ),
208
- gradio.File(label="请上传论文PDF文件(请务必等pdf上传完成后再点击Submit!)",type="bytes"),
209
  gradio.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
210
  value="English",
211
  label="选择输出语言"),
 
205
  The paper is scored on a scale of 1-10, with 10 being the full mark, and 6 stands for borderline accept. Then give the reason for your rating.
206
  xxx"""
207
  ),
208
+ gradio.File(label="请上传论文PDF文件(请务必等pdf上传完成后再点击Submit!)",type="filepath"),
209
  gradio.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
210
  value="English",
211
  label="选择输出语言"),