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

Update app.py

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