danu9327 commited on
Commit
ac26439
โ€ข
1 Parent(s): eccd0ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def sepia(input_img):
121
 
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"],
 
121
 
122
  demo = gr.Interface(fn=sepia,
123
  inputs=gr.Image(shape=(400, 600)),
124
+ outputs=['plot'],
125
  title="Gradio ๊ธฐ๋ฐ˜์˜ Hugging Face ์˜์ƒ ๋ถ„ํ•  ๋ชจ๋ธ ๋ฐ๋ชจ ๊ตฌํ˜„ ๊ณผ์ œ 3",
126
  description="์ฐจ๋„, ์ธ๋„, ์ž์ „๊ฑฐ๋„๋กœ ๋“ฑ์˜ ์‚ฌ์ง„๋งŒ ๋„ฃ์–ด์ฃผ์„ธ์š”",
127
  examples=["example1.jpg", "example2.jpg", "example3.jpeg", "example4.jpg"],