Spaces:
Sleeping
Sleeping
api's params
Browse files- src/main.py +2 -2
src/main.py
CHANGED
@@ -9,8 +9,8 @@ import pickle, uvicorn, os, logging
|
|
9 |
|
10 |
# API Config
|
11 |
app = FastAPI(
|
12 |
-
|
13 |
-
|
14 |
)
|
15 |
|
16 |
## Configure static and template files
|
|
|
9 |
|
10 |
# API Config
|
11 |
app = FastAPI(
|
12 |
+
title="Devices Price Prediction API",
|
13 |
+
description="This is a ML API for classifying devices price based on the specs",
|
14 |
)
|
15 |
|
16 |
## Configure static and template files
|