Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -673,6 +673,7 @@ with gr.Blocks(
|
|
673 |
["Sneakers", "Wearable", "Health", "Structural Change"],
|
674 |
],
|
675 |
inputs=[text_input1_en, text_input2_en, text_input3_en, category_radio_en],
|
|
|
676 |
)
|
677 |
|
678 |
def show_processing_indicator_en():
|
@@ -741,7 +742,7 @@ with gr.Blocks(
|
|
741 |
["드론", "인공지능", "", "물질의 상태 변화"],
|
742 |
["운동화", "웨어러블", "건강", "구조적 변화"],
|
743 |
],
|
744 |
-
inputs=[text_input1_ko, text_input2_ko, text_input3_ko, category_radio_ko]
|
745 |
)
|
746 |
|
747 |
def show_processing_indicator_ko():
|
|
|
673 |
["Sneakers", "Wearable", "Health", "Structural Change"],
|
674 |
],
|
675 |
inputs=[text_input1_en, text_input2_en, text_input3_en, category_radio_en],
|
676 |
+
cache_examples=True
|
677 |
)
|
678 |
|
679 |
def show_processing_indicator_en():
|
|
|
742 |
["드론", "인공지능", "", "물질의 상태 변화"],
|
743 |
["운동화", "웨어러블", "건강", "구조적 변화"],
|
744 |
],
|
745 |
+
inputs=[text_input1_ko, text_input2_ko, text_input3_ko, category_radio_ko]
|
746 |
)
|
747 |
|
748 |
def show_processing_indicator_ko():
|