Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ description = '''<div align='left'>
|
|
| 156 |
'''
|
| 157 |
|
| 158 |
# 创建Gradio界面
|
| 159 |
-
inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)",
|
| 160 |
default="",
|
| 161 |
type='password'),
|
| 162 |
gradio.inputs.Textbox(
|
|
|
|
| 156 |
'''
|
| 157 |
|
| 158 |
# 创建Gradio界面
|
| 159 |
+
inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串,[如何获取Api Key](https://chatgpt.cn.obiscr.com/blog/posts/2023/How-to-get-api-key/))",
|
| 160 |
default="",
|
| 161 |
type='password'),
|
| 162 |
gradio.inputs.Textbox(
|