sreelekhaputta2 commited on
Commit
3eee339
·
verified ·
1 Parent(s): 2ab8b76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -7
requirements.txt CHANGED
@@ -1,7 +1,11 @@
1
- gradio>=4.44.0
2
- pandas
3
- sentence-transformers
4
- torch
5
- edge-tts
6
- numpy
7
- ffmpeg-python
 
 
 
 
 
1
+ gradio==4.44.0
2
+ pandas==2.2.2
3
+ sentence-transformers==2.7.0
4
+ torch==2.2.2
5
+ edge-tts==6.1.10
6
+ numpy==1.26.4
7
+ aiohttp==3.9.3
8
+ pydantic==2.7.1
9
+ fastapi==0.110.2
10
+ uvicorn==0.29.0
11
+ python-dotenv==1.0.1