VideoBLIP icon indicating copy to clipboard operation
VideoBLIP copied to clipboard

No module named 'video_blip'

Open srikanth-midde opened this issue 1 year ago • 3 comments

I got this error while I am trying to execute the demo in Colab.

Traceback (most recent call last): File "/content/VideoBLIP/demo/app.py", line 11, in <module> from video_blip.model import VideoBlipForConditionalGeneration, process ModuleNotFoundError: No module named 'video_blip'

srikanth-midde avatar Jun 10 '23 07:06 srikanth-midde