Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit d8ad958

Browse files
update classify;
1 parent 5eac2e3 commit d8ad958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def model_health_route():
2525

2626
@app.post("/api/model")
2727
def classify(post: Post):
28-
return {"classification": "Test"}
2928
print(post.text)
3029
classification = classify_post(post.text)
3130
print(classification)

0 commit comments

Comments
 (0)