SerdarHelli's picture
Update app.py
527b1bc
raw
history blame
407 Bytes
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,
inputs= [gr.inputs.Image(shape=(224,224))],description=description,article=article).launch()