HelloVision / HelloMeme

The official HelloMeme GitHub site
https://songkey.github.io/hellomeme/
MIT License
216 stars 14 forks source link

Typo in import command #11

Open dedkamaroz opened 2 weeks ago

dedkamaroz commented 2 weeks ago

https://github.com/HelloVision/HelloMeme/blob/7dd30d97f0f9590d077e84a668df9901d23da713/app.py#L10

Currently: from hellomeme.piplines import HMVideoPipeline

Should be: from hellomeme.pipelines import HMVideoPipeline

songkey commented 2 weeks ago

It has been fixed. Thank you very much!