Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
transformers
|
| 3 |
-
|
| 4 |
-
python-dotenv
|
| 5 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
transformers==4.44.2
|
| 3 |
+
simple-salesforce==1.12.6
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
torch
|
| 6 |
+
tensorflow
|
| 7 |
+
flax
|
| 8 |
+
tf-keras
|