Spaces:
Runtime error
Runtime error
File size: 292 Bytes
a10547f |
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() |