Spaces:
Runtime error
Runtime error
Create new file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
datasets
|
| 4 |
+
seqeval
|
| 5 |
+
numpy
|
| 6 |
+
tensorflow
|
| 7 |
+
cv2
|
| 8 |
+
pytesseract
|
| 9 |
+
pip install -q git+https://github.com/huggingface/transformers.git
|