Deploying on Inference Endpoints API

#6
by alexberko - opened

Which task should be chosen when creating a HF api endpoint for video classification models and how to exactly deploy it ?

Hi,

Video classification isn't officially supported yet, you would need to create a custom handler (which is actually super easy to do): https://huggingface.co/docs/inference-endpoints/guides/custom_handler

Sign up or log in to comment