Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
from embedchain import App
|
| 2 |
from fastapi import FastAPI
|
| 3 |
from mangum import Mangum
|
|
|
|
| 4 |
|
| 5 |
app = FastAPI()
|
| 6 |
handler = Mangum(app)
|
|
|
|
| 1 |
from embedchain import App
|
| 2 |
from fastapi import FastAPI
|
| 3 |
from mangum import Mangum
|
| 4 |
+
from pydantic import BaseModel
|
| 5 |
|
| 6 |
app = FastAPI()
|
| 7 |
handler = Mangum(app)
|