Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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],
|