Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
transformers
|
4 |
torch
|
|
|
5 |
Pillow
|
6 |
-
python-multipart
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
3 |
torch
|
4 |
+
transformers
|
5 |
Pillow
|
6 |
+
python-multipart
|