Update api.py
Browse files
api.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
from fastapi import FastAPI
|
| 3 |
from pydantic import BaseModel
|
| 4 |
from typing import List, Dict, Any
|
|
|
|
| 5 |
from model_utils import predict_proba
|
| 6 |
|
| 7 |
app = FastAPI(title="StackOverflow Tagger API")
|
|
|
|
| 2 |
from fastapi import FastAPI
|
| 3 |
from pydantic import BaseModel
|
| 4 |
from typing import List, Dict, Any
|
| 5 |
+
|
| 6 |
from model_utils import predict_proba
|
| 7 |
|
| 8 |
app = FastAPI(title="StackOverflow Tagger API")
|