yashbyname
commited on
Commit
•
e582bc4
1
Parent(s):
4cdc503
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
gradio
|
2 |
pytesseract
|
3 |
opencv-python
|
4 |
-
transformers
|
5 |
langdetect
|
6 |
tiktoken
|
7 |
verovio
|
8 |
-
torch
|
9 |
-
torchvision
|
|
|
|
|
|
1 |
+
gradio==3.41.2
|
2 |
pytesseract
|
3 |
opencv-python
|
4 |
+
transformers==4.33.2
|
5 |
langdetect
|
6 |
tiktoken
|
7 |
verovio
|
8 |
+
torch==2.0.1
|
9 |
+
torchvision
|
10 |
+
tesseract
|
11 |
+
Pillow
|