#!/bin/bash source .venv/bin/activate export GRADIO_CACHE_DIR="$PWD/.gradio_cache" PYTHONPATH=$(pwd) gradio app/main.py