linoyts HF Staff commited on
Commit
d1e3ca2
·
verified ·
1 Parent(s): 24cf4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ subprocess.run([sys.executable, "-m", "pip", "install", "xformers==0.0.32.post2"
11
 
12
  # Install video preprocessing dependencies
13
  subprocess.run([sys.executable, "-m", "pip", "install",
14
- "dwpose", "onnxruntime-gpu", "imageio[ffmpeg]", "scikit-image"], check=False)
15
 
16
  # Reinstall torchaudio to match the torch CUDA version on this space.
17
  # controlnet_aux or other deps can pull in a CPU-only torchaudio that conflicts
 
11
 
12
  # Install video preprocessing dependencies
13
  subprocess.run([sys.executable, "-m", "pip", "install",
14
+ "dwpose", "onnxruntime-gpu", "imageio[ffmpeg]", "scikit-image", "opencv-python-headless"], check=False)
15
 
16
  # Reinstall torchaudio to match the torch CUDA version on this space.
17
  # controlnet_aux or other deps can pull in a CPU-only torchaudio that conflicts