tensorgirl commited on
Commit
03fa974
·
verified ·
1 Parent(s): 547c66d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,4 +18,4 @@ async def root():
18
 
19
  @app.post("/AutomateReview/")
20
  async def predict(item: Item):
21
- return predict(item.dict())
 
18
 
19
  @app.post("/AutomateReview/")
20
  async def predict(item: Item):
21
+ return {"answer":predict(item.dict())}