Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kacemath
/
SearchAlgorithms
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
47bba68
SearchAlgorithms
/
start.sh
Kacemath
Fix: Serve frontend and API from same FastAPI server on port 7860
88f3adc
5 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
#!/bin/bash
# Run FastAPI backend on port 7860 - serves both API and frontend
cd
/app/backend
python3 -m uvicorn app.main:app --host 0.0.0.0 --port 7860