Try out
curl -X PUT http://localhost:5005/model -H ‘Content-type: application/json’ -d ‘{“model_file”:“/app/models/prestataire.tar.gz”,}’
You need to provide the absolute path of the model.
Try out
curl -X PUT http://localhost:5005/model -H ‘Content-type: application/json’ -d ‘{“model_file”:“/app/models/prestataire.tar.gz”,}’
You need to provide the absolute path of the model.