Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,6 @@ function custom(){
|
|
| 110 |
|
| 111 |
# functionality
|
| 112 |
|
| 113 |
-
@cpu(string(string),cache=True,parallel=True)
|
| 114 |
def run(cmd):
|
| 115 |
return str(subprocess.run(cmd, shell=True, capture_output=True, env=None).stdout)
|
| 116 |
|
|
|
|
| 110 |
|
| 111 |
# functionality
|
| 112 |
|
|
|
|
| 113 |
def run(cmd):
|
| 114 |
return str(subprocess.run(cmd, shell=True, capture_output=True, env=None).stdout)
|
| 115 |
|