KIUK commited on
Commit
2b61f23
·
verified ·
1 Parent(s): 79e6459

Create food

Browse files
Files changed (1) hide show
  1. food +13 -0
food ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ description_html = """
4
+ <div style="text-align: center;">
5
+ 🏠이 모델은 음식의 종류를 구분해줍니다!🏢<br>
6
+ 분류하고자 하는 이미지를 넣어주세요!
7
+ </div>
8
+ """
9
+ gr.load(
10
+ "models/KIUK/Food",
11
+ title="KIUK/Food🏡",
12
+ description=description_html
13
+ ).launch()