alexnasa commited on
Commit
cc36ab2
·
verified ·
1 Parent(s): 8fa8717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ snapshot_download(
8
  repo_id = "alexnasa/outofsync",
9
  local_dir = "./outofsync"
10
  )
11
-
12
  sh("cd outofsync && pip install . && cd ..")
13
  sh("pip uninstall onnxruntime onnxruntime-gpu -y && pip install onnxruntime-gpu")
14
 
 
8
  repo_id = "alexnasa/outofsync",
9
  local_dir = "./outofsync"
10
  )
 
11
  sh("cd outofsync && pip install . && cd ..")
12
  sh("pip uninstall onnxruntime onnxruntime-gpu -y && pip install onnxruntime-gpu")
13