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