import gradio as gr

title = "Breast Cancer Prediction"
description = "This app predicts breast cancer based on digitized images of a fine needle aspirate (FNA) of a breast mass."

gr.Interface.load("huggingface/scikit-learn/skops-blog-example", title=title, description=description).launch()