Spaces:
Running
Running
# Activate the virtual environment | |
. ./venv/bin/activate | |
# Run the app with auto-reload enabled | |
gradio app/app.py | |
# Deactivate the virtual environment | |
deactivate | |