077key commited on
Commit
5c410c2
·
verified ·
1 Parent(s): 0e0f6ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -2,11 +2,12 @@ import gradio as gr
2
 
3
  description_html = """
4
  <div style="text-align: center;">
5
- 🏠hahihuheho🏢<br>
 
6
  </div>
7
  """
8
  gr.load(
9
- "models/077key/rare-puppers"
10
- title="KEY",
11
  description=description_html
12
  ).launch()
 
2
 
3
  description_html = """
4
  <div style="text-align: center;">
5
+ 🏠이 모델은 강아지,고양이,토끼를 분류해서 확률로 표현해줍니다!🏢<br>
6
+ 분류하고자 하는 이미지를 넣어주세요!
7
  </div>
8
  """
9
  gr.load(
10
+ "models/ujin0000/ujin_bio",
11
+ title="Emotion?🏡",
12
  description=description_html
13
  ).launch()