Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ description = '''<div align='left'>
|
|
151 |
|
152 |
如果觉得很卡,可以点击右上角的Duplicate this Space,把ChatReviewer复制到你自己的Space中!
|
153 |
|
154 |
-
本项目的[Github](https://github.com/nishiwen1214/ChatReviewer),欢迎Star
|
155 |
</div>
|
156 |
'''
|
157 |
|
@@ -160,7 +160,7 @@ inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)
|
|
160 |
default="",
|
161 |
type='password'),
|
162 |
gradio.inputs.Textbox(lines=5,
|
163 |
-
label="请输入特定的评审要求和格式",
|
164 |
default="""* Overall Review
|
165 |
Please briefly summarize the main points and contributions of this paper.
|
166 |
xxx
|
|
|
151 |
|
152 |
如果觉得很卡,可以点击右上角的Duplicate this Space,把ChatReviewer复制到你自己的Space中!
|
153 |
|
154 |
+
本项目的[Github](https://github.com/nishiwen1214/ChatReviewer),欢迎Star和Fork,也欢迎大佬赞助让本项目快速成长!💗([获取Api Key](https://chatgpt.cn.obiscr.com/blog/posts/2023/How-to-get-api-key/))
|
155 |
</div>
|
156 |
'''
|
157 |
|
|
|
160 |
default="",
|
161 |
type='password'),
|
162 |
gradio.inputs.Textbox(lines=5,
|
163 |
+
label="请输入特定的评审要求和格式(否则为默认格式)",
|
164 |
default="""* Overall Review
|
165 |
Please briefly summarize the main points and contributions of this paper.
|
166 |
xxx
|