RASMUS commited on
Commit
c91f4fd
·
verified ·
1 Parent(s): 097264f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -366,8 +366,8 @@ def translate_transcriptions(df, selected_translation_lang_2):
366
  # df['translation'] = df['text']
367
 
368
  # except Exception as e:
369
- print("EXCEPTION WITH DEEPL API")
370
- print(e)
371
  df['translation'] = df['text']
372
 
373
  print("translations done")
 
366
  # df['translation'] = df['text']
367
 
368
  # except Exception as e:
369
+ # print("EXCEPTION WITH DEEPL API")
370
+ # print(e)
371
  df['translation'] = df['text']
372
 
373
  print("translations done")