Update app.py
Browse files
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")
|