File size: 131 Bytes
aca1e50
 
546f5a1
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

echo "Starting FastAPI server"

uvicorn app:app --host 0.0.0.0 --port 7860 --reload

echo "Server sucessfully started"