Probing-Vis-Literacy-of-VLMs / README_display.md
AustingDong
update
c8c68ba

A newer version of the Gradio SDK is available: 5.29.0

Upgrade

Probing Vis Literacy of Vision Language Models: the Good, the Bad, and the Ugly

GitHub License image

Quick Start

Installation

pip install --no-cache-dir --user -e .
pip install --no-cache-dir --user opencv-python
pip install --no-cache-dir --user -r /code/requirements-gradio.txt

Run the Gradio App

gradio app.py

Docker

You can also run this app using Docker

docker build -t probing-vis-literacy .
docker run -p 7860:7860 probing-vis-literacy

Citation