Spaces:
Sleeping
Sleeping
# Source the virtual environment | |
source /app/venv/bin/activate | |
# Run the Python application | |
exec python ./run.py | |
# Source the virtual environment | |
source /app/venv/bin/activate | |
# Run the Python application | |
exec python ./run.py | |