Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
google-generativeai
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
+
gradio
|
| 6 |
+
pytesseract
|
| 7 |
+
Pillow
|
| 8 |
+
opencv-python-headless
|
| 9 |
+
python-dotenv
|
| 10 |
+
dotenv
|