Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio==3.0.10
|
|
|
|
|
2 |
simple-salesforce==1.11.3
|
3 |
pandas==1.5.2
|
4 |
reportlab==3.6.9
|
5 |
python-dotenv==0.19.2
|
6 |
-
|
|
|
1 |
gradio==3.0.10
|
2 |
+
transformers==4.21.0
|
3 |
+
torch==1.11.0
|
4 |
simple-salesforce==1.11.3
|
5 |
pandas==1.5.2
|
6 |
reportlab==3.6.9
|
7 |
python-dotenv==0.19.2
|
|