Match repo rename: modulated_lorc/ -> mlorc/
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ Clone [Buxt-Codes/AIGI-mLoRC](https://github.com/Buxt-Codes/AIGI-mLoRC), set
|
|
| 57 |
up its `requirements.txt`, then:
|
| 58 |
|
| 59 |
```python
|
| 60 |
-
from
|
| 61 |
|
| 62 |
model = ModulatedLoRC.from_pretrained() # pulls mlorc-full.pt from this repo
|
| 63 |
result = model.predict_image("photo.jpg")
|
|
|
|
| 57 |
up its `requirements.txt`, then:
|
| 58 |
|
| 59 |
```python
|
| 60 |
+
from mlorc import ModulatedLoRC
|
| 61 |
|
| 62 |
model = ModulatedLoRC.from_pretrained() # pulls mlorc-full.pt from this repo
|
| 63 |
result = model.predict_image("photo.jpg")
|