Spaces:
Running
on
Zero
Running
on
Zero
migrating from moonbeam to moonbeam v2?
#1
by
jkroker
- opened
So I've built a gradio chat interface on the moondream v1 code base.
What would you say are the major differences in the API for v2?
When I try to use the same gradio python file in the v2 codebase I get error ImportError: cannot import name 'VisionEncoder' from 'moondream'
, and when I check the files within the moondream
folder I notice that they are quite a bit different between the versions as well.