dawsonia-demo / run.sh
Ashwin V. Mohanan
Allow api access to GRADIO_CACHE/data/output
ec94475
raw
history blame contribute delete
120 Bytes
#!/bin/bash
source .venv/bin/activate
export GRADIO_CACHE_DIR="$PWD/.gradio_cache"
PYTHONPATH=$(pwd) gradio app/main.py