Spaces:
Running
Running
wangrongsheng
commited on
Commit
·
662ba3a
1
Parent(s):
700ff77
Update app.py
Browse files
app.py
CHANGED
@@ -857,7 +857,6 @@ ip = [
|
|
857 |
gradio.inputs.File(label="请上传论文PDF(必填)")
|
858 |
]
|
859 |
|
860 |
-
|
861 |
chatpaper_gui = gradio.Interface(fn=upload_pdf,
|
862 |
inputs=ip,
|
863 |
outputs=["json", "html", 'file'],
|
|
|
857 |
gradio.inputs.File(label="请上传论文PDF(必填)")
|
858 |
]
|
859 |
|
|
|
860 |
chatpaper_gui = gradio.Interface(fn=upload_pdf,
|
861 |
inputs=ip,
|
862 |
outputs=["json", "html", 'file'],
|