Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.0.0
|
2 |
+
google-generativeai>=0.6.0
|
3 |
+
Pillow>=9.0.0
|
4 |
+
numpy>=1.20.0
|
5 |
+
opencv-python>=4.5.0
|
6 |
+
pytesseract>=0.3.0
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
huggingface-hub>=0.20.0
|