prithivMLmods
commited on
Commit
β’
0cc0621
1
Parent(s):
9eccdc6
Update README.md
Browse files
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 |
|