Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
fastai==1.0.61
|
| 2 |
torch
|
| 3 |
-
torchvision==0.16.
|
| 4 |
numpy
|
| 5 |
opencv-python-headless
|
| 6 |
pandas
|
| 7 |
gradio
|
| 8 |
requests
|
| 9 |
-
fastapi
|
| 10 |
uvicorn[standard]
|
| 11 |
python-multipart
|
|
|
|
| 1 |
fastai==1.0.61
|
| 2 |
torch
|
| 3 |
+
torchvision==0.16.2
|
| 4 |
numpy
|
| 5 |
opencv-python-headless
|
| 6 |
pandas
|
| 7 |
gradio
|
| 8 |
requests
|
| 9 |
+
fastapi
|
| 10 |
uvicorn[standard]
|
| 11 |
python-multipart
|