Spaces:
Runtime error
Runtime error
Commit
·
69b82c7
1
Parent(s):
824e11d
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import os
|
|
| 2 |
os.environ['DISPLAY'] = ':0.0'
|
| 3 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
| 4 |
os.system('pip install /home/user/app/pyrender')
|
| 5 |
-
os.system('pip install eventlet')
|
| 6 |
os.system('pip install triangle==20220202')
|
| 7 |
|
| 8 |
import gradio as gr
|
|
|
|
| 2 |
os.environ['DISPLAY'] = ':0.0'
|
| 3 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
| 4 |
os.system('pip install /home/user/app/pyrender')
|
|
|
|
| 5 |
os.system('pip install triangle==20220202')
|
| 6 |
|
| 7 |
import gradio as gr
|