seawolf2357 commited on
Commit
29f0b9c
ยท
verified ยท
1 Parent(s): b59d990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -230,14 +230,14 @@ with gr.Blocks(css_paths="app.css") as demo:
230
  size="middle"
231
  )
232
  example_btn2.click(
233
- fn=lambda: "์ฒด์Šค ๊ฒŒ์ž„: ์ฒด์Šค ์ฒด์Šค ๊ฒŒ์ž„์˜ ๋ฃฐ์„ ์ •ํ™•ํ•˜๊ฒŒ ์‹๋ณ„ํ•˜๊ณ  ์ ์šฉํ•˜๋ผ, ์ƒ๋Œ€๋ฐฉ์€ auto๋กœ ๊ฒŒ์ž„์„ ์ง„ํ–‰ํ•˜๋ผ",
234
  inputs=[],
235
  outputs=[input]
236
  )
237
 
238
  # ๋‘ ๋ฒˆ์งธ ์˜ˆ์ œ ๋ฒ„ํŠผ
239
  example_btn3 = antd.Button(
240
- "ํƒ€๋กœ์นด๋“œ ์šด์ƒˆ",
241
  type="default",
242
  block=True,
243
  size="middle"
@@ -256,7 +256,7 @@ with gr.Blocks(css_paths="app.css") as demo:
256
  size="middle"
257
  )
258
  example_btn4.click(
259
- fn=lambda: "๋ฒฝ๋Œ๊นจ๊ธฐ ๊ฒŒ์ž„์ž„",
260
  inputs=[],
261
  outputs=[input]
262
  )
 
230
  size="middle"
231
  )
232
  example_btn2.click(
233
+ fn=lambda: "์ฒด์Šค ๊ฒŒ์ž„: ์ฒด์Šค ๊ฒŒ์ž„์˜ ๋ฃฐ์„ ์ •ํ™•ํ•˜๊ฒŒ ์‹๋ณ„ํ•˜๊ณ  ์ ์šฉํ•˜๋ผ, ์ƒ๋Œ€๋ฐฉ์€ auto๋กœ ๊ฒŒ์ž„์„ ์ง„ํ–‰ํ•˜๋ผ",
234
  inputs=[],
235
  outputs=[input]
236
  )
237
 
238
  # ๋‘ ๋ฒˆ์งธ ์˜ˆ์ œ ๋ฒ„ํŠผ
239
  example_btn3 = antd.Button(
240
+ "ํƒ€๋กœ์นด๋“œ ์šด์„ธ์„ธ",
241
  type="default",
242
  block=True,
243
  size="middle"
 
256
  size="middle"
257
  )
258
  example_btn4.click(
259
+ fn=lambda: "๋ฒฝ๋Œ๊นจ๊ธฐ ๊ฒŒ์ž„",
260
  inputs=[],
261
  outputs=[input]
262
  )