Welcome 👋
Welcome to the lab “Gradio Apps”

In this lab, we will use HuggingFace’s pipelines to use different models in custom Python applications,
Important
Make sure you meet all the requirements and have read the lecture slides before you start with the assignments
In this lab, you’ll create Gradio interfaces for
two NLP apps (text summarization and name entitiy recognition)
an image captioning app
an image generation app
This lab is mainly based on an excellent course provided by Isa Fulford from OpenAI and Andrew Ng from DeepLearning.AI.