mussie1212 commited on
Commit
6d9d426
·
1 Parent(s): 88bb3ba

fixing issues related to this

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
  fastapi
2
  uvicorn[standard]
3
- ultralytics
4
- numpy
5
- opencv-python
6
- pillow
 
 
 
 
1
  fastapi
2
  uvicorn[standard]
3
+ gradio==4.32.1
4
+ gradio_client==0.17.0
5
+
6
+ torch==2.2.2
7
+ torchvision==0.17.2
8
+ ultralytics==8.2.2
9
+ pillow==10.3.0