#!/bin/bash # Install NLTK data python -c "import nltk; nltk.download('punkt')" # Run the download_models.py script to get the models python download_models.py # Start the Gradio app python app.py