mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
Serving issue with /predict/ POST request #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @transiteration on GitHub (Jan 14, 2024).
I have this code running on jupyter notebook:
When I send a POST request from Postman with a json file:
to
/predict/, I get this error.I checked
/evaluate/, results of the metrics are outputed. I can't figure it out where is the problem...@transiteration commented on GitHub (Jan 16, 2024):
I solved the problem by using the predict.py function predict(run_id, title, description).