Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ The questions should be formulated in a manner that, after the authors have answ
|
|
199 |
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.
|
200 |
xxx"""
|
201 |
),
|
202 |
-
gradio.inputs.File(label="请上传论文PDF文件(请务必等pdf
|
203 |
gradio.inputs.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
|
204 |
default="English",
|
205 |
label="选择输出语言"),
|
|
|
199 |
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.
|
200 |
xxx"""
|
201 |
),
|
202 |
+
gradio.inputs.File(label="请上传论文PDF文件(请务必等pdf上传完成后再点击Submit!)",type="bytes"),
|
203 |
gradio.inputs.Radio(choices=["English", "Chinese", "French", "German","Japenese"],
|
204 |
default="English",
|
205 |
label="选择输出语言"),
|