NaimaAqeel commited on
Commit
faad9b2
·
verified ·
1 Parent(s): ea1ac9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
  gradio>=3.0
2
- transformers>=4.20.0
3
- torch>=1.11.0
4
- numpy>=1.22.0
 
 
 
 
 
 
1
  gradio>=3.0
2
+ fastapi>=0.68.0
3
+ uvicorn>=0.15.0
4
+ transformers>=4.12.0
5
+ torch>=1.9.0
6
+ numpy>=1.21.0
7
+ matplotlib>=3.4.0
8
+ pillow>=8.3.0
9
+ python-multipart>=0.0.5