Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ gradio
|
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
fpdf2
|
| 5 |
-
google-generativeai # CRITICAL FIX: Changed from google-genai
|
| 6 |
requests
|
| 7 |
uvicorn
|
| 8 |
-
fastapi
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
fpdf2
|
|
|
|
| 5 |
requests
|
| 6 |
uvicorn
|
| 7 |
+
fastapi
|
| 8 |
+
google-generativeai
|