Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
transformers # Hugging Face Transformers library
|
2 |
torch # PyTorch for model computation
|
3 |
Pillow # Image processing
|
4 |
-
gradio # Interactive web interface
|
|
|
|
1 |
transformers # Hugging Face Transformers library
|
2 |
torch # PyTorch for model computation
|
3 |
Pillow # Image processing
|
4 |
+
gradio # Interactive web interface
|
5 |
+
pytesseract
|