Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
pytesseract
|
5 |
Pillow
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pytesseract
|
2 |
Pillow
|
3 |
+
openai
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
opencv-python
|
7 |
+
numpy
|
8 |
+
Flask
|