aiqcamp commited on
Commit
7697fb0
·
verified ·
1 Parent(s): feb4651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -430,8 +430,9 @@ with gr.Blocks(title="키워드 기반 창의적 변화 아이디어 생성기",
430
  gr.Examples(
431
  examples=[
432
  ["스마트폰", "", ""],
433
- ["커피", "", ""],
434
- ["자동차", "로봇", "인공지능"],
 
435
  ["운동화", "웨어러블", "건강"],
436
  ],
437
  inputs=[text_input1, text_input2, text_input3],
 
430
  gr.Examples(
431
  examples=[
432
  ["스마트폰", "", ""],
433
+ ["자동차", "", ""],
434
+ ["자동차", "인공지능", ""],
435
+ ["드론", "인공지능", ""],
436
  ["운동화", "웨어러블", "건강"],
437
  ],
438
  inputs=[text_input1, text_input2, text_input3],