Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
pydantic
|
4 |
-
SpeechRecognition
|
5 |
-
google.generativeai
|
6 |
-
openai
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
pydantic
|
4 |
+
SpeechRecognition
|
5 |
+
google.generativeai
|
6 |
+
openai
|
7 |
+
python-multipart
|