swarms/playground/models/nougat.py

6 lines
94 B

from swarms.models.nougat import Nougat
nougat = Nougat()
out = nougat("path/to/image.png")