Kurt commited on
Commit
b2b6503
·
1 Parent(s): 2d544dd
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ import math
17
  import os
18
  from typing import Iterable, List, Optional, Type
19
  import tqdm
20
- from nlp4web_codebase.ir.data_loaders.dm import Document
21
- from nlp4web_codebase.ir.data_loaders.sciq import load_sciq
22
- from nlp4web_codebase.ir.models import BaseRetriever
23
  from typing import Type
24
  from abc import abstractmethod
25
 
 
17
  import os
18
  from typing import Iterable, List, Optional, Type
19
  import tqdm
20
+ from nlp4web_codebase.nlp4web_codebase.ir.data_loaders.dm import Document
21
+ from nlp4web_codebase.nlp4web_codebase.ir.data_loaders.sciq import load_sciq
22
+ from nlp4web_codebase.nlp4web_codebase.ir.models import BaseRetriever
23
  from typing import Type
24
  from abc import abstractmethod
25