Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ command = [
|
|
15 |
|
16 |
# Run it as a subprocess
|
17 |
try:
|
|
|
18 |
subprocess.run(command, check=True)
|
19 |
except subprocess.CalledProcessError as e:
|
20 |
print(f"Error running inference server: {e}")
|
|
|
15 |
|
16 |
# Run it as a subprocess
|
17 |
try:
|
18 |
+
subprocess.rin("ls",check=True)
|
19 |
subprocess.run(command, check=True)
|
20 |
except subprocess.CalledProcessError as e:
|
21 |
print(f"Error running inference server: {e}")
|