Commit
·
5a3ca5e
1
Parent(s):
527b1bc
Update app.py
Browse files
app.py
CHANGED
@@ -5,5 +5,4 @@ import gradio as gr
|
|
5 |
title="Thyroid Tumor Classification On Ultrasound Images"
|
6 |
description="For More Information , Check Out Our Model Card"
|
7 |
article = "This study was made by S.Serdar Helli using HF Transformers ConvNext"
|
8 |
-
gr.Interface.load("huggingface/SerdarHelli/ThyroidTumorClassificationModel",title=title,
|
9 |
-
inputs= [gr.inputs.Image(shape=(224,224))],description=description,article=article).launch()
|
|
|
5 |
title="Thyroid Tumor Classification On Ultrasound Images"
|
6 |
description="For More Information , Check Out Our Model Card"
|
7 |
article = "This study was made by S.Serdar Helli using HF Transformers ConvNext"
|
8 |
+
gr.Interface.load("huggingface/SerdarHelli/ThyroidTumorClassificationModel",title=title,description=description,article=article).launch()
|
|