GalaxyTab commited on
Commit
6fb4f57
·
1 Parent(s): 9862ed7

more req.txt changes

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt CHANGED
@@ -126,3 +126,13 @@ wcwidth==0.2.14
126
  xxhash==3.5.0
127
  yarl==1.20.1
128
  zstandard==0.25.0
 
 
 
 
 
 
 
 
 
 
 
126
  xxhash==3.5.0
127
  yarl==1.20.1
128
  zstandard==0.25.0
129
+ torch
130
+ transformers
131
+ huggingface-hub
132
+ requests
133
+ beautifulsoup4
134
+ pandas
135
+ tqdm
136
+ fastapi
137
+ lxml
138
+ uvicorn[standard]