Rename requirement.txt to requirements.txt
Browse files
requirement.txt → requirements.txt
RENAMED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
faiss-cpu
|
| 3 |
-
sentence-transformers
|
| 4 |
-
transformers
|
| 5 |
-
huggingface_hub
|
| 6 |
-
pyttsx3
|
| 7 |
-
speechrecognition
|
| 8 |
-
pydub
|
| 9 |
-
pandas
|
| 10 |
-
langdetect
|
| 11 |
-
numpy
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
faiss-cpu
|
| 3 |
+
sentence-transformers
|
| 4 |
+
transformers
|
| 5 |
+
huggingface_hub
|
| 6 |
+
pyttsx3
|
| 7 |
+
speechrecognition
|
| 8 |
+
pydub
|
| 9 |
+
pandas
|
| 10 |
+
langdetect
|
| 11 |
+
numpy
|
| 12 |
+
ffmpeg-python
|