Spaces:
Sleeping
Sleeping
update
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
git+https://github.com/OpenXAIProject/pnpxai.git@feat/image/tutorial#egg=pnpxai
|
2 |
torch<=2.2.0
|
3 |
torchtext
|
4 |
gradio==4.38.1
|
@@ -24,4 +23,6 @@ optuna
|
|
24 |
|
25 |
# for text explainers
|
26 |
transformers>=4.0.0
|
27 |
-
gensim>=4.0.0
|
|
|
|
|
|
|
|
1 |
torch<=2.2.0
|
2 |
torchtext
|
3 |
gradio==4.38.1
|
|
|
23 |
|
24 |
# for text explainers
|
25 |
transformers>=4.0.0
|
26 |
+
gensim>=4.0.0
|
27 |
+
|
28 |
+
git+https://github.com/OpenXAIProject/pnpxai.git@feat/image/tutorial#egg=pnpxai
|