Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|