Spaces:
Running
Running
adding application
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from functools import lru_cache
|
|
| 9 |
# from the Tokens2Words paper (https://github.com/schwartz-lab-NLP/Tokens2Words)
|
| 10 |
# ----------------------------------------------------------------------
|
| 11 |
try:
|
| 12 |
-
from word_retriever import PatchscopesRetriever # pip install tokens2words
|
| 13 |
except ImportError:
|
| 14 |
PatchscopesRetriever = None
|
| 15 |
|
|
|
|
| 9 |
# from the Tokens2Words paper (https://github.com/schwartz-lab-NLP/Tokens2Words)
|
| 10 |
# ----------------------------------------------------------------------
|
| 11 |
try:
|
| 12 |
+
from .word_retriever import PatchscopesRetriever # pip install tokens2words
|
| 13 |
except ImportError:
|
| 14 |
PatchscopesRetriever = None
|
| 15 |
|