Guy24 commited on
Commit
c787665
·
1 Parent(s): a5beaa4

adding application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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