Update README.md
Browse files
README.md
CHANGED
@@ -124,6 +124,16 @@ You should use `Anime` to trigger the image generation.
|
|
124 |
|  |  |  |
|
125 |
|  |  |  |
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
## Download model
|
128 |
|
129 |
Weights for this model are available in Safetensors format.
|
|
|
124 |
|  |  |  |
|
125 |
|  |  |  |
|
126 |
|
127 |
+
|
128 |
+
## App File Structure
|
129 |
+
|
130 |
+
/project-root/
|
131 |
+
|
132 |
+
βββ .gitattributes
|
133 |
+
βββ README.md
|
134 |
+
βββ app.py
|
135 |
+
βββ pythonproject.py
|
136 |
+
|
137 |
## Download model
|
138 |
|
139 |
Weights for this model are available in Safetensors format.
|