silvaKenpachi's picture
Create app.py
a10547f verified
raw
history blame
292 Bytes
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()