bill-jiang commited on
Commit
32cd78e
Β·
1 Parent(s): 565131c
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
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 pyrender')
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 pyopengl==3.1.5')
27
 
28
  # Load model
29
  cfg = parse_args(phase="webui") # parse config file
requirements.txt CHANGED
@@ -20,7 +20,7 @@ numpy==1.23.1
20
  gradio==3.43.2
21
  # pyglet==1.4.0a1
22
  pyrender==0.1.45
23
- pyopengl==3.1.5
24
  PyOpenGL_accelerate
25
  smplx==0.1.28
26
  trimesh==3.9.24
 
20
  gradio==3.43.2
21
  # pyglet==1.4.0a1
22
  pyrender==0.1.45
23
+ pyopengl
24
  PyOpenGL_accelerate
25
  smplx==0.1.28
26
  trimesh==3.9.24