diff --git a/dbm_lib/dbm_features/raw_features/util/nlp_util.py b/dbm_lib/dbm_features/raw_features/util/nlp_util.py index 6a07141e..a13edc9b 100644 --- a/dbm_lib/dbm_features/raw_features/util/nlp_util.py +++ b/dbm_lib/dbm_features/raw_features/util/nlp_util.py @@ -41,7 +41,7 @@ def deepspeech(AUDIO_FILE,deep_path): stdout,stderr = out.communicate() except: return "error", "error" - print(stderr) + #print(stderr) return stdout,stderr def deep_speech_output_clean(result): @@ -209,4 +209,4 @@ def process_speech(transcribe_df,r_config): speech_dict['dbm_master_url'] = master_url df_speech = pd.DataFrame([speech_dict]) - return df_speech \ No newline at end of file + return df_speech