Are these feasible in the hugging face gradio?
- Being able to batch process a bunch of images?
- The number of outputs depends on some processing of the inputs e.g. if there are two bounding box images, then output two images
- Is it possible to interact with the output - let’s say I have keypoints on image, can I drag to shift the location of the keypoint?
If so, is there any exemplar spaces I could look into to learn how to deploy these?
Thank you!