removing print
This commit is contained in:
@@ -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
|
||||
return df_speech
|
||||
|
||||
Reference in New Issue
Block a user