parth parekh
commited on
Commit
·
6650029
1
Parent(s):
3cfd7e3
fixed the . thing
Browse files
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
|
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",
|