SerdarHelli commited on
Commit
487703e
1 Parent(s): f622dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,14 +1,8 @@
1
- # -*- coding: utf-8 -*-
2
- """
3
- Created on Sun Jun 26 16:29:47 2022
4
-
5
- @author: pc
6
- """
7
 
8
 
9
  import gradio as gr
10
 
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()
 
 
 
 
 
 
 
1
 
2
 
3
  import gradio as gr
4
 
5
 
6
  description="For More Information , Check Out Model Card"
7
+ article = "This study was made by S.Serdar Helli using HF Transformers ConvNext",
8
  gr.Interface.load("huggingface/SerdarHelli/ThyroidTumorClassificationModel",description=description,article=article).launch()