Spaces:
Running
Running
Update app.py
#7
by
SingSing
- opened
app.py
CHANGED
@@ -809,7 +809,7 @@ Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github
|
|
809 |
|
810 |
api_input = [
|
811 |
gradio.inputs.Textbox(label="请输入你的API-key(必填, 多个API-key请用英文逗号隔开)",
|
812 |
-
default="",
|
813 |
type='password')
|
814 |
]
|
815 |
api_gui = gradio.Interface(fn=valid_apikey,
|
|
|
809 |
|
810 |
api_input = [
|
811 |
gradio.inputs.Textbox(label="请输入你的API-key(必填, 多个API-key请用英文逗号隔开)",
|
812 |
+
default="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",
|
813 |
type='password')
|
814 |
]
|
815 |
api_gui = gradio.Interface(fn=valid_apikey,
|