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