Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
| 3 |
pillow
|
| 4 |
torch
|
| 5 |
transformers
|
| 6 |
-
python-multipart
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
tensorflow>=2.13.0
|
| 4 |
pillow
|
| 5 |
torch
|
| 6 |
transformers
|
| 7 |
+
python-multipart
|
| 8 |
+
requests
|