Nick088 commited on
Commit
449ceb7
β€’
1 Parent(s): ff926c1
Files changed (1) hide show
  1. app.py +3 -0
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":