#!/bin/bash # Install the correct version of Gradio pip install --no-cache-dir gradio==3.40.1 # Run the app python app.py