Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,8 @@ requests
|
|
| 5 |
google-auth
|
| 6 |
diskcache
|
| 7 |
pydub
|
| 8 |
-
google-generativeai>=0.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
google-auth
|
| 6 |
diskcache
|
| 7 |
pydub
|
| 8 |
+
google-generativeai>=0.5.0
|
| 9 |
+
|
| 10 |
+
fastapi==0.110.0
|
| 11 |
+
uvicorn==0.29.0
|
| 12 |
+
gunicorn==21.2.0
|