Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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", "
|
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 |
]
|