SerdarHelli's picture
Update app.py
92112a8
raw
history blame
404 Bytes
import gradio as gr
title="Thyroid Tumor Classification On UltrasonImages"
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()