AbdulWahab14 commited on
Commit
292969c
·
verified ·
1 Parent(s): 3f74e62

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- fastapi==0.115.0
2
  uvicorn==0.32.0
3
  faiss-cpu==1.13.2
4
  sentence-transformers==3.0.1
5
  groq==0.13.0
6
  numpy==1.26.4
7
  gTTS==2.5.1
8
- python-multipart==0.0.12
 
 
1
+ fastapi==0.115.2
2
  uvicorn==0.32.0
3
  faiss-cpu==1.13.2
4
  sentence-transformers==3.0.1
5
  groq==0.13.0
6
  numpy==1.26.4
7
  gTTS==2.5.1
8
+ python-multipart==0.0.12
9
+ gradio==6.14.0