virendravaishnav
commited on
Commit
•
0407a53
1
Parent(s):
c282e28
Updated with OCR model and Gradio integration
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
transformers>=4.31.0
|
2 |
gradio>=3.35.2
|
3 |
torch>=1.9.0
|
4 |
-
pillow
|
|
|
|
|
|
1 |
transformers>=4.31.0
|
2 |
gradio>=3.35.2
|
3 |
torch>=1.9.0
|
4 |
+
pillow
|
5 |
+
einops
|
6 |
+
timm
|