Spaces:
Running
Running
wangrongsheng
commited on
Commit
•
c7768d5
1
Parent(s):
912e540
Update app.py
Browse files
app.py
CHANGED
@@ -649,11 +649,17 @@ def upload_pdf(key, text, file):
|
|
649 |
|
650 |
api_title = "api-key可用验证"
|
651 |
api_description = '''<div align='left'>
|
|
|
652 |
<img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
|
|
|
653 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
|
|
|
654 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|
|
|
655 |
💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
|
|
|
656 |
🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
|
|
|
657 |
</div>
|
658 |
'''
|
659 |
|
@@ -666,11 +672,17 @@ api_gui = gradio.Interface(fn=valid_apikey, inputs=api_input, outputs="text", ti
|
|
666 |
title = "ChatPaper"
|
667 |
# 描述
|
668 |
description = '''<div align='left'>
|
|
|
669 |
<img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
|
|
|
670 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="200">
|
|
|
671 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|
|
|
672 |
💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
|
|
|
673 |
🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
|
|
|
674 |
</div>
|
675 |
'''
|
676 |
# 创建Gradio界面
|
|
|
649 |
|
650 |
api_title = "api-key可用验证"
|
651 |
api_description = '''<div align='left'>
|
652 |
+
|
653 |
<img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
|
654 |
+
|
655 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
|
656 |
+
|
657 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|
658 |
+
|
659 |
💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
|
660 |
+
|
661 |
🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
|
662 |
+
|
663 |
</div>
|
664 |
'''
|
665 |
|
|
|
672 |
title = "ChatPaper"
|
673 |
# 描述
|
674 |
description = '''<div align='left'>
|
675 |
+
|
676 |
<img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
|
677 |
+
|
678 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="200">
|
679 |
+
|
680 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|
681 |
+
|
682 |
💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
|
683 |
+
|
684 |
🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
|
685 |
+
|
686 |
</div>
|
687 |
'''
|
688 |
# 创建Gradio界面
|