prithivMLmods
commited on
Commit
β’
1a2b0fb
1
Parent(s):
0f0eb90
Update README.md
Browse files
README.md
CHANGED
@@ -122,8 +122,13 @@ app = gr.mount_gradio_app(app, interface, path="/")
|
|
122 |
```
|
123 |
## App File Structure
|
124 |
|
125 |
-
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
127 |
## Trigger words
|
128 |
|
129 |
You should use `3d bubbly`, `Fluid texture ` to trigger the image generation.
|
|
|
122 |
```
|
123 |
## App File Structure
|
124 |
|
125 |
+
/project-root/
|
126 |
+
β
|
127 |
+
βββ .gitattributes
|
128 |
+
βββ README.md
|
129 |
+
βββ app.py
|
130 |
+
βββ pythonproject.py
|
131 |
+
β
|
132 |
## Trigger words
|
133 |
|
134 |
You should use `3d bubbly`, `Fluid texture ` to trigger the image generation.
|