basyx commited on
Commit
53644f2
·
verified ·
1 Parent(s): 4749b2a

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
+ gradio
4
+ torch --index-url https://download.pytorch.org/whl/cpu
5
+ transformers
6
+ scipy
7
+ python-multipart
8
+ numpy