Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
pandas
|
| 3 |
-
sentence-transformers
|
| 4 |
-
torch
|
| 5 |
-
edge-tts
|
| 6 |
-
numpy
|
| 7 |
-
|
| 8 |
-
pydantic==2.7.1
|
| 9 |
-
fastapi==0.110.2
|
| 10 |
-
uvicorn==0.29.0
|
| 11 |
-
python-dotenv==1.0.1
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
pandas
|
| 3 |
+
sentence-transformers
|
| 4 |
+
torch
|
| 5 |
+
edge-tts
|
| 6 |
+
numpy
|
| 7 |
+
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|