Commit
·
5b6e6d1
1
Parent(s):
73755a0
Upload app.py
Browse files
app.py
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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("SerdarHelli/ThyroidTumorClassification",description=description,article=article).launch()
|