Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -10,7 +10,7 @@ source venv/bin/activate
|
|
| 10 |
|
| 11 |
# 安裝 Python 套件
|
| 12 |
pip install --upgrade pip
|
| 13 |
-
pip install fastapi
|
| 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
|