Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
streamlit
|
2 |
-
Pillow
|
3 |
-
google-generativeai
|
4 |
python-dotenv
|
5 |
requests
|
6 |
-
|
7 |
-
opencv-python
|
8 |
-
rembg
|
9 |
easyocr
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
1 |
streamlit
|
|
|
|
|
2 |
python-dotenv
|
3 |
requests
|
4 |
+
Pillow
|
|
|
|
|
5 |
easyocr
|
6 |
+
numpy
|
7 |
+
protobuf
|
8 |
+
altair
|
|