Closed albertnanda closed 5 years ago
@tidylobster Is this possible?
No, we don't cover this particular case. You can build a multi-staged application which will pass predictions from one model to another, but you can't call other applications from it.
I manged to make it work via grpc.
Hi,
How can I call an application from within a different application? For example: Let's say I have a service called factorial(n) and I want to create a new application called calculator. How can I call factorial from the calculators func_main.py
Thanks, AN