Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def translate_to_english_keywords(text):
|
|
15 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
16 |
interface = gr.Interface(
|
17 |
fn=translate_to_english_keywords,
|
18 |
-
inputs=gr.
|
19 |
outputs="text",
|
20 |
title="ํ๊ธ ๋ฌธ์ฅ์ ์์ด ํค์๋๋ก ๋ฒ์ญ",
|
21 |
description="ํ๊ธ ๋ฌธ์ฅ์ ์
๋ ฅํ๋ฉด, ๊ทธ ์๋ฏธ๊ฐ ํฌํจ๋ ๊ฐ๋ตํ๊ณ ํจ์ถ์ ์ธ ์์ด๋ก ์ถ๋ ฅํฉ๋๋ค."
|
|
|
15 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
16 |
interface = gr.Interface(
|
17 |
fn=translate_to_english_keywords,
|
18 |
+
inputs=gr.Textbox(lines=2, placeholder="ํ๊ธ ๋ฌธ์ฅ์ ์
๋ ฅํ์ธ์..."),
|
19 |
outputs="text",
|
20 |
title="ํ๊ธ ๋ฌธ์ฅ์ ์์ด ํค์๋๋ก ๋ฒ์ญ",
|
21 |
description="ํ๊ธ ๋ฌธ์ฅ์ ์
๋ ฅํ๋ฉด, ๊ทธ ์๋ฏธ๊ฐ ํฌํจ๋ ๊ฐ๋ตํ๊ณ ํจ์ถ์ ์ธ ์์ด๋ก ์ถ๋ ฅํฉ๋๋ค."
|