Nick088 commited on
Commit
926266d
β€’
1 Parent(s): 449ceb7

Removing the python-multipart & numpy hotfix as they are fixed in FaceFusion 3.0.1

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -22,9 +22,6 @@ 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":
 
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":