Subh775 commited on
Commit
ac7af76
·
verified ·
1 Parent(s): 7a9f467

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -10
start.sh CHANGED
@@ -1,13 +1,3 @@
1
- #!/usr/bin/env bash
2
- # set -euo pipefail
3
-
4
- # # ensure checkpoint directory exists; model will auto-download in app init if missing
5
- # mkdir -p /tmp
6
-
7
- # # run app
8
- # exec gunicorn --bind 0.0.0.0:7860 --workers 1 --threads 4 --timeout 120 app:app
9
-
10
-
11
  #!/usr/bin/env bash
12
  set -euo pipefail
13
 
 
 
 
 
 
 
 
 
 
 
 
1
  #!/usr/bin/env bash
2
  set -euo pipefail
3