KennethTM commited on
Commit
f2fc5f6
·
verified ·
1 Parent(s): 5d5ef37

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ numpy
4
+ onnxruntime
5
+ pydantic
6
+ gradio
7
+ cryptography
8
+ requests