Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
@@ -22,6 +22,9 @@ if device == "cuda":
|
|
22 |
elif device == "cpu":
|
23 |
subprocess.run(["python", "install.py", "--onnxruntime", "default", "--skip-conda"], check=True)
|
24 |
|
|
|
|
|
|
|
25 |
|
26 |
# Run the ui
|
27 |
if device == "cuda":
|
|
|
22 |
elif device == "cpu":
|
23 |
subprocess.run(["python", "install.py", "--onnxruntime", "default", "--skip-conda"], check=True)
|
24 |
|
25 |
+
subprocess.run(["pip", "install", "numpy==1.26.4"], check=True)
|
26 |
+
subprocess.run(["pip", "install", "python-multipart==0.0.12"], check=True)
|
27 |
+
|
28 |
|
29 |
# Run the ui
|
30 |
if device == "cuda":
|