Sarvamangalak commited on
Commit
76dd501
·
verified ·
1 Parent(s): 4cec824

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- ultralytics
2
- gradio
3
  torch
4
- transformers
5
- opencv-python
6
- pillow
7
- numpy
8
- easyocr
9
- pandas
10
  matplotlib
 
11
  requests
12
- from urllib.parse import urlparse
 
 
 
 
 
 
 
1
  torch
2
+ transformers>=4.36.0
3
+ gradio==6.3.0
 
 
 
 
4
  matplotlib
5
+ pillow
6
  requests
7
+ opencv-python-headless
8
+ numpy
9
+ spaces
10
+ uvicorn>=0.14.0
11
+ websockets>=10.4