Spaces:
Runtime error
Runtime error
Commit
·
08ad10c
1
Parent(s):
5b6e6d1
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/
|
|
|
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()
|