Spaces:
Sleeping
Sleeping
seawolf2357
commited on
Commit
โข
799d5a6
1
Parent(s):
be3c345
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def google_image_search(query):
|
|
20 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
21 |
iface = gr.Interface(fn=google_image_search,
|
22 |
inputs=gr.Textbox(lines=2, placeholder="๊ฒ์ํ ์ด๋ฏธ์ง์ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์..."),
|
23 |
-
outputs=gr.Image(type="pil", label="๊ฒ์ ๊ฒฐ๊ณผ"
|
24 |
title="๊ตฌ๊ธ ์ด๋ฏธ์ง ๊ฒ์",
|
25 |
description="ํ
์คํธ๋ฅผ ์
๋ ฅํ๋ฉด ๊ตฌ๊ธ ์ด๋ฏธ์ง ๊ฒ์ ๊ฒฐ๊ณผ๋ฅผ ๋ณด์ฌ์ค๋๋ค.")
|
26 |
|
|
|
20 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
21 |
iface = gr.Interface(fn=google_image_search,
|
22 |
inputs=gr.Textbox(lines=2, placeholder="๊ฒ์ํ ์ด๋ฏธ์ง์ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์..."),
|
23 |
+
outputs=gr.Image(type="pil", label="๊ฒ์ ๊ฒฐ๊ณผ"),
|
24 |
title="๊ตฌ๊ธ ์ด๋ฏธ์ง ๊ฒ์",
|
25 |
description="ํ
์คํธ๋ฅผ ์
๋ ฅํ๋ฉด ๊ตฌ๊ธ ์ด๋ฏธ์ง ๊ฒ์ ๊ฒฐ๊ณผ๋ฅผ ๋ณด์ฌ์ค๋๋ค.")
|
26 |
|