Spaces:
Running
on
Zero
Running
on
Zero
zhangbofei
commited on
Commit
·
3fe6016
1
Parent(s):
a440324
fix: model path
Browse files- .gitignore +2 -1
- app_config.yaml +2 -2
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
.venv
|
2 |
-
/*.png
|
|
|
|
1 |
.venv
|
2 |
+
/*.png
|
3 |
+
TongUI-3B
|
app_config.yaml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
model:
|
2 |
-
lora_path:
|
|
|
1 |
+
model: Bofeee5675/TongUI-3B
|
2 |
+
lora_path:
|