prithivMLmods commited on
Commit
0cc0621
β€’
1 Parent(s): 9eccdc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -150,6 +150,14 @@ pipe.load_lora_weights(lora_repo)
150
  device = torch.device("cuda")
151
  pipe.to(device)
152
  ```
 
 
 
 
 
 
 
 
153
 
154
  ## Download model
155
 
 
150
  device = torch.device("cuda")
151
  pipe.to(device)
152
  ```
153
+ ## App File Structure
154
+
155
+ /project-root/
156
+
157
+ β”œβ”€β”€ .gitattributes
158
+ β”œβ”€β”€ README.md
159
+ β”œβ”€β”€ app.py
160
+ β”œβ”€β”€ pythonproject.py
161
 
162
  ## Download model
163