Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def run_cli_script():
|
|
| 16 |
|
| 17 |
try:
|
| 18 |
process = subprocess.Popen(
|
| 19 |
-
["
|
| 20 |
stdout=subprocess.PIPE,
|
| 21 |
stderr=subprocess.STDOUT, # Merge stdout and stderr
|
| 22 |
text=True,
|
|
|
|
| 16 |
|
| 17 |
try:
|
| 18 |
process = subprocess.Popen(
|
| 19 |
+
["python3", "cli.py"],
|
| 20 |
stdout=subprocess.PIPE,
|
| 21 |
stderr=subprocess.STDOUT, # Merge stdout and stderr
|
| 22 |
text=True,
|