pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

fix(cli): Load user application only in the worker #46

Closed miguelaeh closed 9 months ago

miguelaeh commented 9 months ago

Description of the change

This PR makes the CLI to check the existence of the user app.py only when using the worker, since input and output do not require it.

Benefits

Possible drawbacks

Applicable issues

Additional information