Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
selenium
|
| 4 |
gradio==4.19.2
|
| 5 |
Pillow
|
| 6 |
fastapi
|
| 7 |
uvicorn[standard]
|
| 8 |
google-generativeai
|
|
|
|
| 9 |
huggingface_hub
|
| 10 |
-
|
| 11 |
-
# --- END OF FILE requirements.txt ---
|
|
|
|
| 1 |
+
# requirements.txt
|
|
|
|
| 2 |
selenium
|
| 3 |
gradio==4.19.2
|
| 4 |
Pillow
|
| 5 |
fastapi
|
| 6 |
uvicorn[standard]
|
| 7 |
google-generativeai
|
| 8 |
+
google-genai
|
| 9 |
huggingface_hub
|
|
|
|
|
|