bill-jiang commited on
Commit
8c87d48
1 Parent(s): 8551590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ os.environ['DISPLAY'] = ':0.0'
3
  os.environ['PYOPENGL_PLATFORM'] = 'egl'
4
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
5
  os.system('pip install /home/user/app/pyrender')
6
- os.system('pip install PyOpenGL-accelerate')
7
- # os.system('pip install triangle==20220202')
8
 
9
  import gradio as gr
10
  import random
 
3
  os.environ['PYOPENGL_PLATFORM'] = 'egl'
4
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
5
  os.system('pip install /home/user/app/pyrender')
6
+ os.system('pip install pyglet==1.4.0a1')
7
+ os.system('pip install triangle==20220202')
8
 
9
  import gradio as gr
10
  import random