Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
openpyxl
|
| 3 |
+
gradio
|
| 4 |
+
openai
|
| 5 |
+
pyaudio
|
| 6 |
+
SpeechRecognition
|
| 7 |
+
dotenv
|
| 8 |
+
regex
|
| 9 |
+
pydantic==2.10.6
|