BLAGO_AI / inference.py
RomanMaloev's picture
Upload 7 files
91860b8 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)