Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -846,7 +846,7 @@ Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github
|
|
846 |
# 创建Gradio界面
|
847 |
ip = [
|
848 |
gradio.inputs.Textbox(label="请输入你的API-key(必填, 多个API-key请用英文逗号隔开),不需要空格",
|
849 |
-
default="",
|
850 |
type='password'),
|
851 |
gradio.inputs.Textbox(
|
852 |
label="请输入论文大标题索引(用英文逗号隔开,必填)",
|
|
|
846 |
# 创建Gradio界面
|
847 |
ip = [
|
848 |
gradio.inputs.Textbox(label="请输入你的API-key(必填, 多个API-key请用英文逗号隔开),不需要空格",
|
849 |
+
default="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",
|
850 |
type='password'),
|
851 |
gradio.inputs.Textbox(
|
852 |
label="请输入论文大标题索引(用英文逗号隔开,必填)",
|