Spaces:
Runtime error
Runtime error
Commit
·
f622dcf
1
Parent(s):
08ad10c
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ import gradio as gr
|
|
11 |
|
12 |
description="For More Information , Check Out Model Card"
|
13 |
article = "This study was made by S.Serdar Helli using HG Transformers ConvNext",
|
14 |
-
gr.Interface.load("SerdarHelli/ThyroidTumorClassificationModel",description=description,article=article).launch()
|
|
|
11 |
|
12 |
description="For More Information , Check Out Model Card"
|
13 |
article = "This study was made by S.Serdar Helli using HG Transformers ConvNext",
|
14 |
+
gr.Interface.load("huggingface/SerdarHelli/ThyroidTumorClassificationModel",description=description,article=article).launch()
|