muellerzr HF staff commited on
Commit
d27f7e0
1 Parent(s): d89efc5

Try raw run

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def download_logs():
23
 
24
  def run_aim():
25
  cmd = f"aim up --host {HOST} --port {PORT}".split()
26
- subprocess.Popen(cmd)
27
 
28
  html = f"""
29
  <iframe
 
23
 
24
  def run_aim():
25
  cmd = f"aim up --host {HOST} --port {PORT}".split()
26
+ subprocess.run(cmd)
27
 
28
  html = f"""
29
  <iframe