test / setup.sh
Entreprenerdly's picture
Create setup.sh
7bb9093 verified
#!/bin/bash
# Install the correct version of Gradio
pip install --no-cache-dir gradio==3.40.1
# Run the app
python app.py