openfree commited on
Commit
11d9288
·
verified ·
1 Parent(s): 4256532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 내부적으로 state값(physical_transformation_categories_en, "en") 고정하여 호출
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
  ##############################################################################