d00dcd7 ec94475
1
2
3
4
5
#!/bin/bash source .venv/bin/activate export GRADIO_CACHE_DIR="$PWD/.gradio_cache" PYTHONPATH=$(pwd) gradio app/main.py