Spaces:
sonalkum
/
Running on Zero

sonalkum's picture
bug fix
fa57c60

A newer version of the Gradio SDK is available: 5.23.2

Upgrade

VisualBERT Demo

This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.

  1. make a virtualenv: virtualenv venv and activate source venv/bin/activate
  2. install reqs: pip install -r ./requirements.txt
  3. usage is as shown in demo.ipynb