Spaces:
Sleeping
Sleeping
1231213
Browse files
main.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
from fastapi import FastAPI
|
| 2 |
from fastapi.responses import JSONResponse, HTMLResponse
|
|
|
|
| 3 |
import logging
|
| 4 |
app = FastAPI()
|
| 5 |
|
|
|
|
| 1 |
from fastapi import FastAPI
|
| 2 |
from fastapi.responses import JSONResponse, HTMLResponse
|
| 3 |
+
from pydantic import BaseModel
|
| 4 |
import logging
|
| 5 |
app = FastAPI()
|
| 6 |
|