Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
numpy
|
| 4 |
-
lime
|
| 5 |
pandas
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
matplotlib
|
| 8 |
-
seaborn
|
| 9 |
-
python-bidi
|
| 10 |
-
arabic-reshaper
|
| 11 |
-
Pillow
|
|
|
|
| 1 |
+
optimum[onnxruntime]
|
| 2 |
+
onnxruntime
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
numpy
|
|
|
|
| 6 |
pandas
|
| 7 |
+
lime
|
| 8 |
+
Pillow
|
| 9 |
+
gradio
|
| 10 |
matplotlib
|
| 11 |
+
seaborn
|
|
|
|
|
|
|
|
|