Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -18,5 +18,5 @@ async def root():
|
|
18 |
|
19 |
@app.post("/AutomateReview/")
|
20 |
async def predict(item: Item):
|
21 |
-
result = await predict(item
|
22 |
return {"answer":result}
|
|
|
18 |
|
19 |
@app.post("/AutomateReview/")
|
20 |
async def predict(item: Item):
|
21 |
+
result = await predict(item)
|
22 |
return {"answer":result}
|