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