Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 243 Bytes

Qwen-VL-demo

Qwen2-VL demo with OpenVINO

Setup environment.

python3 -m venv .env
source .env/bin/activate
pip install -U pip
pip install -r requirements.txt

Run the demo.

GRADIO_SERVER_NAME=0.0.0.0 python demo.py