Update app.py
Browse files
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'
|
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"],
|