AmitGarage commited on
Commit
599afaf
1 Parent(s): cbf1a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import spacy_streamlit
2
  import typer
3
- from torch_ner_model import build_torch_ner_model
4
- from torch_ner_pipe import make_torch_entity_recognizer
5
 
6
 
7
  def main(models: str = None, default_text: str = None):
 
1
  import spacy_streamlit
2
  import typer
3
+ from scripts.torch_ner_model import build_torch_ner_model
4
+ from scripts.torch_ner_pipe import make_torch_entity_recognizer
5
 
6
 
7
  def main(models: str = None, default_text: str = None):