buxtcodes commited on
Commit
653da7a
·
verified ·
1 Parent(s): 1a1cdbb

Match repo rename: modulated_lorc/ -> mlorc/

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 modulated_lorc import ModulatedLoRC
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")