Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
koyu008
/
Toxic_Comment_Classifier
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
koyu008
commited on
Jun 27
Commit
99969dd
·
verified
·
1 Parent(s):
13afbbc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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")