vikramronavrsc commited on
Commit
3ccb84f
·
verified ·
1 Parent(s): 1ae3134

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi>=0.68.0
2
- uvicorn>=0.15.0
3
- torch>=1.10.0
4
- transformers>=4.12.0
5
- gradio>=3.0.0
 
 
1
+ fastapi==0.103.2
2
+ uvicorn==0.23.2
3
+ torch==2.1.0
4
+ transformers==4.35.2
5
+ gradio==3.48.0
6
+ python-multipart==0.0.6