A newer version of the Gradio SDK is available:
5.29.0
Probing Vis Literacy of Vision Language Models: the Good, the Bad, and the Ugly
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