Spaces:
Runtime error
Runtime error
update mafengwo
Browse files- .gitignore +2 -1
- README.md +3 -1
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
__pycache__/
|
2 |
.DS_Store
|
3 |
.vscode
|
4 |
-
.env
|
|
|
|
1 |
__pycache__/
|
2 |
.DS_Store
|
3 |
.vscode
|
4 |
+
.env
|
5 |
+
node_modules
|
README.md
CHANGED
@@ -7,4 +7,6 @@ sdk: gradio
|
|
7 |
sdk_version: 4.29.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
---
|
|
|
|
|
|
7 |
sdk_version: 4.29.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
https://blog.csdn.net/qq_44638724/article/details/123732595
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
gradio==4.29.0
|
2 |
-
ModelMerge==0.
|
|
|
1 |
gradio==4.29.0
|
2 |
+
ModelMerge==0.4.0
|