Spaces:
Runtime error
Runtime error
Commit
·
3d843da
1
Parent(s):
fdf81a7
Update pyrender
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ from huggingface_hub import snapshot_download
|
|
| 23 |
|
| 24 |
os.environ["PYOPENGL_PLATFORM"] = "egl"
|
| 25 |
os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
|
| 26 |
-
os.system('pip install
|
| 27 |
|
| 28 |
# Load model
|
| 29 |
cfg = parse_args(phase="webui") # parse config file
|
|
|
|
| 23 |
|
| 24 |
os.environ["PYOPENGL_PLATFORM"] = "egl"
|
| 25 |
os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
|
| 26 |
+
os.system('pip install pyrender')
|
| 27 |
|
| 28 |
# Load model
|
| 29 |
cfg = parse_args(phase="webui") # parse config file
|