pentarosarium commited on
Commit
2e74072
·
1 Parent(s): 05922ea

3.42 fixed translat helsinki

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -649,7 +649,7 @@ def main():
649
  st.session_state.processed_df = process_file(
650
  uploaded_file,
651
  model_choice,
652
- translation_method # This parameter won't affect the translation method but keeps the interface consistent
653
  )
654
 
655
  st.subheader("Предпросмотр данных")
 
649
  st.session_state.processed_df = process_file(
650
  uploaded_file,
651
  model_choice,
652
+ translation_method = 'auto' # This parameter won't affect the translation method but keeps the interface consistent
653
  )
654
 
655
  st.subheader("Предпросмотр данных")