Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -19,7 +19,9 @@ keras==2.12.0 # Lock to Keras 2.x
|
|
19 |
gradio>=3.0.0
|
20 |
jinja2
|
21 |
slowapi>=0.1.5
|
22 |
-
|
|
|
|
|
23 |
uvicorn>=0.15.0
|
24 |
openpyxl
|
25 |
seaborn
|
|
|
19 |
gradio>=3.0.0
|
20 |
jinja2
|
21 |
slowapi>=0.1.5
|
22 |
+
torch
|
23 |
+
transformers
|
24 |
+
sentencepiece
|
25 |
uvicorn>=0.15.0
|
26 |
openpyxl
|
27 |
seaborn
|