├── .gitignore ├── README.md └── run_qwen_model.py /.gitignore: -------------------------------------------------------------------------------- 1 | qwen_venv/ 2 | __pycache__/ 3 | *.pyc 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaszebe/Large-Vision-Language-Model-UI/HEAD/README.md -------------------------------------------------------------------------------- /run_qwen_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaszebe/Large-Vision-Language-Model-UI/HEAD/run_qwen_model.py --------------------------------------------------------------------------------