File size: 355 Bytes
5b6e6d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# -*- 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() |