wangrongsheng commited on
Commit
6e2593d
·
1 Parent(s): 04445f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -677,11 +677,17 @@ def upload_pdf(api_keys, text, model_name, p, temperature, file):
677
 
678
  api_title = "api-key可用验证"
679
  api_description = '''<div align='left'>
 
680
  <img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
 
681
  <img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
 
682
  Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
 
683
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
 
684
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
 
685
  </div>
686
  '''
687
 
@@ -694,11 +700,17 @@ api_gui = gradio.Interface(fn=valid_apikey, inputs=api_input, outputs="text", ti
694
  title = "ChatPaper"
695
  # 描述
696
  description = '''<div align='left'>
 
697
  <img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
 
698
  <img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
 
699
  Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
 
700
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
 
701
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
 
702
  </div>
703
  '''
704
  # 创建Gradio界面
 
677
 
678
  api_title = "api-key可用验证"
679
  api_description = '''<div align='left'>
680
+
681
  <img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
682
+
683
  <img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
684
+
685
  Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
686
+
687
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
688
+
689
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
690
+
691
  </div>
692
  '''
693
 
 
700
  title = "ChatPaper"
701
  # 描述
702
  description = '''<div align='left'>
703
+
704
  <img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
705
+
706
  <img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="150">
707
+
708
  Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
709
+
710
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
711
+
712
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
713
+
714
  </div>
715
  '''
716
  # 创建Gradio界面