Kang-Seong-Jun commited on
Commit
e6e24bf
·
verified ·
1 Parent(s): d24f37c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -2,12 +2,12 @@ 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/Kang-Seong-Jun/fruitGPT",
11
-     title="Which Fruit?",
12
-     description=description_html
13
  ).launch()
 
2
 
3
  description_html = """
4
  <div style="text-align: center;">
5
+ 이 모델은 국가별 도시를 분류해서 확률로 표현해줍니다!<br>
6
+ 분류하고자 하는 이미지를 넣어주세요!
7
  </div>
8
  """
9
  gr.load(
10
+ "models/Kang-Seong-Jun/FruitGPT",
11
+ title="Which city?",
12
+ description=description_html
13
  ).launch()