File size: 363 Bytes
5b6e6d1 527b1bc db96a1e 92112a8 5a3ca5e |
1 2 3 4 5 6 7 8 |
import gradio as gr
title="Thyroid Tumor Classification On Ultrasound Images"
description="For More Information , Check Out Our Model Card"
article = "This study was made by S.Serdar Helli using HF Transformers ConvNext"
gr.Interface.load("huggingface/SerdarHelli/ThyroidTumorClassificationModel",title=title,description=description,article=article).launch() |