ar08 commited on
Commit
898a81d
·
verified ·
1 Parent(s): fc73f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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}")