pipeless-ai / pipeless

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

Allow duplicated input URIs #122

Closed miguelaeh closed 8 months ago

miguelaeh commented 8 months ago

Description of the change

This PR removes the restriction of using unique input URIs. There is no real reason for not allow duplicated URIs and sometimes it is even required if you want to process the same stream with two different execution paths

Benefits

Possible drawbacks

Applicable issues

Additional information