Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -13,4 +13,6 @@ multiprocess==0.70.16 # Pin this version to avoid conflicts
|
|
| 13 |
silentcipher @ git+https://github.com/SesameAILabs/silentcipher@master
|
| 14 |
boto3>=1.28.0
|
| 15 |
sagemaker>=2.175.0
|
| 16 |
-
gradio
|
|
|
|
|
|
|
|
|
| 13 |
silentcipher @ git+https://github.com/SesameAILabs/silentcipher@master
|
| 14 |
boto3>=1.28.0
|
| 15 |
sagemaker>=2.175.0
|
| 16 |
+
gradio
|
| 17 |
+
soundfile
|
| 18 |
+
openai-whisper # or faster-whisper if preferred
|