koyu008 commited on
Commit
99969dd
·
verified ·
1 Parent(s): 13afbbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ app.add_middleware(
84
 
85
 
86
  class TextIn(BaseModel):
87
- texts: str
88
 
89
 
90
  @app.post("/api/predict")
 
84
 
85
 
86
  class TextIn(BaseModel):
87
+ text: str
88
 
89
 
90
  @app.post("/api/predict")