danu9327 commited on
Commit
6ea61cc
โ€ข
1 Parent(s): 169f662
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ def sepia(input_img):
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
 
 
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