Open logan-markewich opened 1 year ago
Right now, the only way to use this package in your code is to call subprocess.
It would be nice if there was an actually import that I could call inference in my code :)
The code in https://github.com/facebookresearch/nougat/issues/108 might provide a starting point, you might just need to adapt it a little to your use case / framework
Right now, the only way to use this package in your code is to call subprocess.
It would be nice if there was an actually import that I could call inference in my code :)