SerdarHelli commited on
Commit
08ad10c
·
1 Parent(s): 5b6e6d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/ThyroidTumorClassification",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("SerdarHelli/ThyroidTumorClassificationModel",description=description,article=article).launch()