Spaces:
Runtime error
Runtime error
sergey.agapov
commited on
Commit
·
d80df3d
1
Parent(s):
5db3d15
initial commit
Browse files- validator.py +1 -2
validator.py
CHANGED
|
@@ -82,8 +82,7 @@ def check_flv():
|
|
| 82 |
terminate_script()
|
| 83 |
|
| 84 |
# Start new script
|
| 85 |
-
new_process = subprocess.Popen(['python', '
|
| 86 |
-
'/translator.py', '--rtmp_url', flv_url,
|
| 87 |
'--output_directory', '/tmp/dash/test_stream/', '--model', model])
|
| 88 |
script_process = psutil.Process(new_process.pid)
|
| 89 |
|
|
|
|
| 82 |
terminate_script()
|
| 83 |
|
| 84 |
# Start new script
|
| 85 |
+
new_process = subprocess.Popen(['python', 'translator.py', '--rtmp_url', flv_url,
|
|
|
|
| 86 |
'--output_directory', '/tmp/dash/test_stream/', '--model', model])
|
| 87 |
script_process = psutil.Process(new_process.pid)
|
| 88 |
|