File size: 190 Bytes
e72f783
7df0705
 
e72f783
 
7df0705
e72f783
7df0705
e72f783
1
2
3
4
5
6
7
8
9
#!/bin/bash
# FastAPI on internal port 8000
uvicorn api.main:app --host 0.0.0.0 --port 8000 &

# Wait for FastAPI to be ready
sleep 15

# Gradio on 7860 (HF Spaces public port)
python app.py