hsuwill000 commited on
Commit
7dc8c4d
·
verified ·
1 Parent(s): 2b6adf4

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -10,7 +10,7 @@ source venv/bin/activate
10
 
11
  # 安裝 Python 套件
12
  pip install --upgrade pip
13
- pip install fastapi uvicornp
14
 
15
 
16
  uvicorn app:app --host 0.0.0.0 --port 7860
 
10
 
11
  # 安裝 Python 套件
12
  pip install --upgrade pip
13
+ pip install fastapi uvicorn
14
 
15
 
16
  uvicorn app:app --host 0.0.0.0 --port 7860