Spaces:
Sleeping
Sleeping
bill-jiang
commited on
Commit
·
0728674
1
Parent(s):
626d92b
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ 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 triangle==20220202')
|
7 |
|
8 |
import gradio as gr
|
9 |
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 triangle==20220202')
|
7 |
|
8 |
import gradio as gr
|
9 |
import random
|