File size: 123 Bytes
7bb9093
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

# Install the correct version of Gradio
pip install --no-cache-dir gradio==3.40.1

# Run the app
python app.py