prithivMLmods commited on
Commit
56f45d9
β€’
1 Parent(s): 7751934

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.