# -*- coding: utf-8 -*- """ Created on Sun Jun 26 16:29:47 2022 @author: pc """ import gradio as gr description="For More Information , Check Out Model Card" article = "This study was made by S.Serdar Helli using HG Transformers ConvNext", gr.Interface.load("SerdarHelli/ThyroidTumorClassification",description=description,article=article).launch()