prithivMLmods commited on
Commit
2241699
β€’
1 Parent(s): eb497e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -102,7 +102,15 @@ pipe.load_lora_weights(lora_repo)
102
  device = torch.device("cuda")
103
  pipe.to(device)
104
  ```
 
105
 
 
 
 
 
 
 
 
106
 
107
  ## Download model
108
 
 
102
  device = torch.device("cuda")
103
  pipe.to(device)
104
  ```
105
+ ## App File Structure
106
 
107
+ /project-root/
108
+
109
+ β”‚
110
+ β”œβ”€β”€ .gitattributes
111
+ β”œβ”€β”€ README.md
112
+ β”œβ”€β”€ app.py
113
+ β”œβ”€β”€ pythonproject.py
114
 
115
  ## Download model
116