Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.49.1
VisualBERT Demo
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.
- make a virtualenv:
virtualenv venvand activatesource venv/bin/activate - install reqs:
pip install -r ./requirements.txt - usage is as shown in demo.ipynb