Spaces:
Running
on
Zero
Running
on
Zero
LPX55
commited on
Commit
Β·
5fa4395
1
Parent(s):
85f921d
π docs(README): update project title and SDK version
Browse files- change title to "Lightning Painter (In/Outpaint)"
- update SDK version to 4.44.1
π§ chore(.gitignore): add .env file to ignore list
- ignore .env file to prevent accidental commit of environment variables
- .gitignore +1 -0
- README.md +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.env
|
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
1 |
---
|
2 |
+
title: Lightning Painter (In/Outpaint)
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|