Spaces:
Running
Running
File size: 159 Bytes
38024bc |
1 2 3 4 5 6 7 8 9 |
# Activate the virtual environment
. ./venv/bin/activate
# Run the app without auto-reload
python app/app.py
# Deactivate the virtual environment
deactivate
|