Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi>=0.68.0
|
2 |
+
uvicorn>=0.15.0
|
3 |
+
openai-whisper>=1.1.5
|
4 |
+
python-multipart>=0.0.5
|
5 |
+
psutil>=5.8.0
|
6 |
+
ffmpeg-python>=0.2.0
|