Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
def run(cmd):
|
2 |
result = subprocess.run(cmd, shell=True, capture_output=True, env=None)
|
3 |
if result.returncode != 0:
|
|
|
1 |
+
import subprocess
|
2 |
+
|
3 |
def run(cmd):
|
4 |
result = subprocess.run(cmd, shell=True, capture_output=True, env=None)
|
5 |
if result.returncode != 0:
|