muellerzr HF staff commited on
Commit
50f4b3b
1 Parent(s): a65cf7d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ def download_logs():
22
  subprocess.run(f"unzip {f}".split())
23
 
24
  def run_aim():
25
- cmd = f"aim up --host {HOST} --port {PORT} --repo .".split()
 
26
  subprocess.run(cmd)
27
 
28
  html = f"""
 
22
  subprocess.run(f"unzip {f}".split())
23
 
24
  def run_aim():
25
+ subprocess.run(["ls"])
26
+ cmd = f"aim up --host {HOST} --port {PORT}".split()
27
  subprocess.run(cmd)
28
 
29
  html = f"""