README / inference.py
RomanMaloev's picture
Upload 9 files
2f263d6 verified
Raw
History Blame Contribute Delete
175 Bytes
from model import BlagoModel
model = BlagoModel()
text = "I am an architect who wants to build houses in harmony with nature."
response = model.process(text)
print(response)