Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tensorgirl
/
Text_emotion
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tensorgirl
commited on
Apr 29, 2024
Commit
03fd821
·
verified
·
1 Parent(s):
1bff8a4
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -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(
)
)