oops
Browse files
app.py
CHANGED
@@ -177,7 +177,6 @@ def run_command(command, app_state):
|
|
177 |
app_state['output'] += decoded
|
178 |
|
179 |
rc = process.poll()
|
180 |
-
print(f'{cmd} ret code is {rc}')
|
181 |
return rc
|
182 |
|
183 |
def speech_to_text(video_file_path,
|
|
|
177 |
app_state['output'] += decoded
|
178 |
|
179 |
rc = process.poll()
|
|
|
180 |
return rc
|
181 |
|
182 |
def speech_to_text(video_file_path,
|