parth parekh commited on
Commit
6650029
·
1 Parent(s): 3cfd7e3

fixed the . thing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from pydantic import BaseModel
3
  import torch
4
  from torch.nn.functional import softmax
5
  import re
6
- from .predictor import predict
7
 
8
  app = FastAPI(
9
  title="Contact Information Detection API",
 
3
  import torch
4
  from torch.nn.functional import softmax
5
  import re
6
+ from predictor import predict
7
 
8
  app = FastAPI(
9
  title="Contact Information Detection API",