showlab / videollm-online

VideoLLM-online: Online Video Large Language Model for Streaming Video (CVPR 2024)
Apache License 2.0
84 stars 14 forks source link

Demo on HuggingFace is down #5

Closed hbx233 closed 1 week ago

hbx233 commented 1 week ago

Hi, great work! But seems like the demo on HF is down?

chenjoya commented 1 week ago

Yes, HF Space is much slower than local thus I just keep a CPU run there. Please try to launch it in your local GPU, and you can also try the gradio demo:

image

If you want to feel the real-time inference, you can try https://github.com/showlab/videollm-online/blob/main/demo/cli.py

chenjoya commented 1 week ago

Close this issue. Feel free to reopen it if you have any problems.