swarms/examples/models/nougat_example.py

6 lines
86 B

from swarms.models.nougat import Nougat
nougat = Nougat()
out = nougat("large.png")