idp-system / start.sh
AmeenAktharT's picture
Create start.sh
c66f30a verified
#!/bin/bash
# Start the FastAPI Backend in the background
uvicorn src.main:app --host 0.0.0.0 --port 7860 &
# Start the Gradio UI
python src/gui.py