Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
pandas==2.0.3
|
3 |
+
plotly==5.18.0
|
4 |
+
python-dateutil==2.8.2
|
5 |
+
Pillow==10.1.0
|
6 |
+
opencv-python-headless==4.8.1.78 # Headless version for Spaces
|
7 |
+
numpy==1.24.4
|
8 |
+
pytesseract==0.3.10
|
9 |
+
python-dotenv==1.0.0
|