seawolf2357 commited on
Commit
4f8337d
ยท
verified ยท
1 Parent(s): 4bd4ce9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.Textbox(lines=2, placeholder="ํ•œ๊ธ€ ๋ฌธ์žฅ์„ ์ž…๋ ฅํ•˜์„ธ์š”..."),
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="ํ•œ๊ธ€ ๋ฌธ์žฅ์„ ์ž…๋ ฅํ•˜๋ฉด, ๊ทธ ์˜๋ฏธ๊ฐ€ ํฌํ•จ๋œ ๊ฐ„๋žตํ•˜๊ณ  ํ•จ์ถ•์ ์ธ ์˜์–ด๋กœ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค."