yongyeol commited on
Commit
6c2e3ff
·
verified ·
1 Parent(s): 4ed7380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def generate(img: Image.Image, lang: str):
86
 
87
  with gr.Blocks(title="픽보이스(Picvoice)", css="footer {display: none !important;}") as demo:
88
  gr.Markdown(
89
- "## 이미지를 업로드하면 이미지 설명을 한글과 영어로 생성합니다."
90
 
91
  )
92
 
 
86
 
87
  with gr.Blocks(title="픽보이스(Picvoice)", css="footer {display: none !important;}") as demo:
88
  gr.Markdown(
89
+ "## 픽보이스(Picvoice)"
90
 
91
  )
92