Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ def get_warning_message_lang(lang="ko"):
|
|
455 |
# Helper function for caching examples in the English tab
|
456 |
##############################################################################
|
457 |
def process_all_lang_example(text1, text2, text3, selected_category):
|
458 |
-
#
|
459 |
return process_all_lang(text1, text2, text3, selected_category, physical_transformation_categories_en, "en")
|
460 |
|
461 |
##############################################################################
|
|
|
455 |
# Helper function for caching examples in the English tab
|
456 |
##############################################################################
|
457 |
def process_all_lang_example(text1, text2, text3, selected_category):
|
458 |
+
# 고정된 state값(physical_transformation_categories_en, "en")으로 호출
|
459 |
return process_all_lang(text1, text2, text3, selected_category, physical_transformation_categories_en, "en")
|
460 |
|
461 |
##############################################################################
|