Spaces:
Sleeping
Sleeping
Commit
·
92112a8
1
Parent(s):
db96a1e
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ import gradio as gr
|
|
4 |
|
5 |
title="Thyroid Tumor Classification On UltrasonImages"
|
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()
|
|
|
4 |
|
5 |
title="Thyroid Tumor Classification On UltrasonImages"
|
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()
|