removing print

This commit is contained in:
vjbytes102
2020-12-15 16:39:06 -05:00
committed by GitHub
parent 00523f9912
commit ef8b6fa73d

View File

@@ -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):