So far we have seen how transformers can be used with the huggingface Transformers library at a very elementary level. We will now start to see how we can use the library for different tasks related to not just text but also audio and images.
But before we move on with this, we will introduce you to Gradio, which is a library for building UI on top of huggingface.
Gradio: An Introduction
Gradio is a web framework specially built for deploying and inferencing machine learning models. Gradio ...