Abaryan commited on
Commit
e8f34c8
·
verified ·
1 Parent(s): 1f15859

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -1 +1,10 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.25.2
2
+ fastapi>=0.68.0
3
+ uvicorn>=0.15.0
4
+ torch>=2.0.0
5
+ transformers>=4.30.0
6
+ pydantic>=1.8.0
7
+ python-multipart>=0.0.5
8
+ numpy>=1.21.0
9
+ datasets>=2.12.0
10
+ gradio>=4.0.0