Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pydub
|
| 3 |
-
pandas
|
| 4 |
-
numpy
|
| 5 |
openai-whisper==20231117
|
| 6 |
-
simple-salesforce
|
| 7 |
-
python-dotenv
|
|
|
|
| 1 |
+
gradio==4.37.2
|
| 2 |
+
pydub==0.25.1
|
| 3 |
+
pandas==2.2.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
openai-whisper==20231117
|
| 6 |
+
simple-salesforce==2.0.4
|
| 7 |
+
python-dotenv==1.0.1
|