radames commited on
Commit
76b149e
1 Parent(s): 0e5136c

fix uvicorn dependency

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -3,7 +3,7 @@ transformers==4.35.2
3
  --extra-index-url https://download.pytorch.org/whl/cu121;
4
  torch==2.1.0
5
  fastapi==0.104.1
6
- uvicorn==0.24.0.post1
7
  Pillow==10.1.0
8
  accelerate==0.24.0
9
  compel==2.0.2
 
3
  --extra-index-url https://download.pytorch.org/whl/cu121;
4
  torch==2.1.0
5
  fastapi==0.104.1
6
+ uvicorn[standard]==0.24.0.post1
7
  Pillow==10.1.0
8
  accelerate==0.24.0
9
  compel==2.0.2