prithivMLmods
commited on
Commit
β’
56f45d9
1
Parent(s):
7751934
Update README.md
Browse files
README.md
CHANGED
@@ -87,6 +87,16 @@ app.add_middleware(
|
|
87 |
|
88 |
app = gr.mount_gradio_app(app, interface, path="/")
|
89 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
## Trigger words
|
91 |
|
92 |
You should use `Real Anime` to trigger the image generation.
|
|
|
87 |
|
88 |
app = gr.mount_gradio_app(app, interface, path="/")
|
89 |
```
|
90 |
+
|
91 |
+
## App File Structure
|
92 |
+
|
93 |
+
/project-root/
|
94 |
+
β
|
95 |
+
βββ .gitattributes
|
96 |
+
βββ README.md
|
97 |
+
βββ app.py
|
98 |
+
βββ pythonproject.py
|
99 |
+
|
100 |
## Trigger words
|
101 |
|
102 |
You should use `Real Anime` to trigger the image generation.
|