Xenobd commited on
Commit
87ae162
·
verified ·
1 Parent(s): d7cbddd

Update app.py

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