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