tensorgirl commited on
Commit
03fd821
·
verified ·
1 Parent(s): 1bff8a4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -52,4 +52,4 @@ async def root():
52
 
53
  @app.post("/classify/")
54
  def read_user(js: Item):
55
- return classify_msg(js)
 
52
 
53
  @app.post("/classify/")
54
  def read_user(js: Item):
55
+ return classify_msg(js.dict())