Spaces:
Build error
Build error
Kartikeyssj2
commited on
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
whisper
|
3 |
+
fastapi
|
4 |
+
pydantic
|
5 |
+
uvicorn
|
6 |
+
python-multipart
|
7 |
+
gunicorn
|