tensorus commited on
Commit
03e0fcc
·
verified ·
1 Parent(s): aa654a4

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Launch FastAPI
4
+ uvicorn api:app --host 0.0.0.0 --port 8000 &