Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
fastapi==0.115.0
|
| 2 |
-
uvicorn==0.30.6
|
| 3 |
openai-whisper
|
|
|
|
|
|
|
| 4 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
openai-whisper
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn[standard]
|
| 4 |
python-multipart
|
| 5 |
+
ffmpeg-python
|