Priyansh Saxena
deploy: production backend code for HF Space
9439512
raw
history blame contribute delete
184 Bytes
#!/bin/bash
# Start script for backend Flask app on Hugging Face Spaces
export FLASK_APP=app.py
export FLASK_ENV=production
# Run the Flask app on 0.0.0.0:7860
python backend/app.py