Spaces:
Sleeping
Sleeping
Fix: pip error
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
|
@@ -68,7 +68,8 @@ if ENV == 'Huggingface':
|
|
| 68 |
|
| 69 |
print("Installing custom_rasterizer...")
|
| 70 |
subprocess.run(
|
| 71 |
-
|
|
|
|
| 72 |
check=True
|
| 73 |
)
|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
print("Installing custom_rasterizer...")
|
| 70 |
subprocess.run(
|
| 71 |
+
"cd ./hy3dpaint/custom_rasterizer && pip install -e .",
|
| 72 |
+
shell=True,
|
| 73 |
check=True
|
| 74 |
)
|
| 75 |
|