danu9327 commited on
Commit
169f662
โ€ข
1 Parent(s): eacf79b
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -122,6 +122,8 @@ def sepia(input_img):
122
  demo = gr.Interface(fn=sepia,
123
  inputs=gr.Image(shape=(400, 600)),
124
  outputs=['plot',"text"],
 
 
125
  examples=["example1.jpg", "example2.jpg", "example3.jpeg", "example4.jpg"],
126
  allow_flagging='never')
127
 
 
122
  demo = gr.Interface(fn=sepia,
123
  inputs=gr.Image(shape=(400, 600)),
124
  outputs=['plot',"text"],
125
+ title="Gradio ๊ธฐ๋ฐ˜์˜ Hugging Face ์˜์ƒ ๋ถ„ํ•  ๋ชจ๋ธ ๋ฐ๋ชจ ๊ตฌํ˜„ ๊ณผ์ œ 3"
126
+ description="์ฐจ๋„, ์ธ๋„, ์ž์ „๊ฑฐ๋„๋กœ ๋“ฑ์˜ ์‚ฌ์ง„๋งŒ ๋„ฃ์–ด์ฃผ์„ธ์š”"
127
  examples=["example1.jpg", "example2.jpg", "example3.jpeg", "example4.jpg"],
128
  allow_flagging='never')
129