Spaces:
Running
Running
File size: 292 Bytes
c24c1d7 78d008a |
1 2 3 4 5 6 |
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() |