Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
c4dd783
1
Parent(s):
94adb4f
更新readme
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@
|
|
83 |
<details><summary>3. 在文件中设定默认密钥、用户名密码</summary>
|
84 |
|
85 |
这样设置的密钥可以在拉取项目更新之后保留。
|
86 |
-
|
87 |
在项目文件夹中新建这两个文件:`api_key.txt` 和 `auth.json`。
|
88 |
|
89 |
在`api_key.txt`中填写你的API-Key,注意不要填写任何无关内容。
|
@@ -259,6 +259,15 @@ pip install gradio --upgrade --force-reinstall
|
|
259 |
|
260 |
### 常见问题
|
261 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
<details><summary><code>No module named '_bz2'</code></summary>
|
263 |
|
264 |
> 部署在CentOS7.6,Python3.11.0上,最后报错ModuleNotFoundError: No module named '_bz2'
|
|
|
83 |
<details><summary>3. 在文件中设定默认密钥、用户名密码</summary>
|
84 |
|
85 |
这样设置的密钥可以在拉取项目更新之后保留。
|
86 |
+
|
87 |
在项目文件夹中新建这两个文件:`api_key.txt` 和 `auth.json`。
|
88 |
|
89 |
在`api_key.txt`中填写你的API-Key,注意不要填写任何无关内容。
|
|
|
259 |
|
260 |
### 常见问题
|
261 |
|
262 |
+
<details><summary><code>TypeError: Base.set () got an unexpected keyword argument</code></summary>
|
263 |
+
|
264 |
+
这是因为川虎ChatGPT紧跟Gradio发展步伐,你的Gradio版本太旧了。请升级依赖:
|
265 |
+
|
266 |
+
```
|
267 |
+
pip install -r requirements.txt --upgrade
|
268 |
+
```
|
269 |
+
</details>
|
270 |
+
|
271 |
<details><summary><code>No module named '_bz2'</code></summary>
|
272 |
|
273 |
> 部署在CentOS7.6,Python3.11.0上,最后报错ModuleNotFoundError: No module named '_bz2'
|