ikraamkb commited on
Commit
ae89919
·
verified ·
1 Parent(s): ef87b1a

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh CHANGED
@@ -1,2 +1,4 @@
1
  #!/bin/bash
 
 
2
  uvicorn app:app --host 0.0.0.0 --port 7860
 
1
  #!/bin/bash
2
+ pip install -r requirements.txt # Install dependencies
3
+
4
  uvicorn app:app --host 0.0.0.0 --port 7860