Spaces:
Sleeping
Sleeping
saifulbabo
commited on
Commit
•
c103958
1
Parent(s):
12f678a
added uvicorn standard
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
fastapi==0.88.0
|
|
|
2 |
Pillow==9.5.0
|
3 |
protobuf==4.25.0
|
4 |
python-multipart==0.0.6
|
5 |
sentencepiece==0.1.99
|
6 |
# transformers==4.35.0
|
7 |
transformers[torch]
|
8 |
-
uvicorn==0.20.0
|
|
|
1 |
fastapi==0.88.0
|
2 |
+
uvicorn[standard]
|
3 |
Pillow==9.5.0
|
4 |
protobuf==4.25.0
|
5 |
python-multipart==0.0.6
|
6 |
sentencepiece==0.1.99
|
7 |
# transformers==4.35.0
|
8 |
transformers[torch]
|
|