Spaces:
Running
Running
File size: 106 Bytes
d00dcd7 |
1 2 3 4 |
#!/bin/bash
source .venv/bin/activate
GRADIO_CACHE_DIR=.gradio_cache PYTHONPATH=$(pwd) gradio app/main.py
|