Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -884,12 +884,12 @@ chatpaper_gui = gr.Interface(fn=upload_pdf,
|
|
884 |
outputs=[gr.Json(label = 'ChatPaperFree Tokens'), gr.Markdown(label = "ChatPaperFree 结果"), gr.File(label = "下载文章")],
|
885 |
title=title,
|
886 |
description=description,
|
887 |
-
examples = [[
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
]
|
893 |
)
|
894 |
|
895 |
# Start server
|
|
|
884 |
outputs=[gr.Json(label = 'ChatPaperFree Tokens'), gr.Markdown(label = "ChatPaperFree 结果"), gr.File(label = "下载文章")],
|
885 |
title=title,
|
886 |
description=description,
|
887 |
+
# examples = [[
|
888 |
+
# "'Abstract,Introduction,Related Work,Background,Preliminary,Problem Formulation,Methods,Methodology,Method,Approach,Approaches,Materials and Methods,Experiment Settings,Experiment,Experimental Results,Evaluation,Experiments,Results,Findings,Data Analysis,Discussion,Results and Discussion,Conclusion,References'",
|
889 |
+
# 'gemini-Pro','1.0', '0.5', '2301.13430.pdf'],
|
890 |
+
# # ["'Abstract,Introduction,Related Work,Background,Preliminary,Problem Formulation,Methods,Methodology,Method,Approach,Approaches,Materials and Methods,Experiment Settings,Experiment,Experimental Results,Evaluation,Experiments,Results,Findings,Data Analysis,Discussion,Results and Discussion,Conclusion,References'",
|
891 |
+
# # 'gemini-Pro','1.0', '0.5', 'https://arxiv.org/pdf/2311.06772.pdf']
|
892 |
+
# ]
|
893 |
)
|
894 |
|
895 |
# Start server
|