Spaces:
Sleeping
Sleeping
# Start unoserver in the background | |
unoserver --interface 0.0.0.0 & | |
# Wait for unoserver to start | |
sleep 5 | |
# Start FastAPI application | |
uvicorn app:app --host 0.0.0.0 --port 7860 |