Spaces:
Sleeping
Sleeping
gabrielanicole
commited on
Commit
•
b295c80
1
Parent(s):
63f6ee7
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,8 @@ dict_reference_faiss = {
|
|
75 |
'en-es': load_index('en-es'),
|
76 |
}
|
77 |
|
|
|
|
|
78 |
saliency_examples = [
|
79 |
"Peace of Mind: Protection for consumers.",
|
80 |
"The sustainable development goals report: towards a rescue plan for people and planet",
|
|
|
75 |
'en-es': load_index('en-es'),
|
76 |
}
|
77 |
|
78 |
+
print("dict", dict_reference_faiss['en-es']['input']['tokens'][1])
|
79 |
+
|
80 |
saliency_examples = [
|
81 |
"Peace of Mind: Protection for consumers.",
|
82 |
"The sustainable development goals report: towards a rescue plan for people and planet",
|