ikraamkb commited on
Commit
57794b7
·
verified ·
1 Parent(s): dd0dc93

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ uvicorn app:app --host 0.0.0.0 --port 7860