Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesAdd python-telegram-bot to requirements.
- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
-
gradio==4.44.0
|
| 2 |
-
numpy==1.26.4
|
| 3 |
-
soundfile==0.12.1
|
| 4 |
speechrecognition
|
| 5 |
pydub
|
| 6 |
-
langdetect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
speechrecognition
|
| 2 |
pydub
|
| 3 |
+
langdetect
|
| 4 |
+
python-telegram-bot
|