Spaces:
Build error
Build error
Commit
·
cd01aa9
1
Parent(s):
5067ebf
Upload rendering.py
Browse files- visualise/rendering.py +1 -1
visualise/rendering.py
CHANGED
@@ -10,7 +10,7 @@ from subprocess import call
|
|
10 |
import numpy as np
|
11 |
from scipy.io import wavfile
|
12 |
|
13 |
-
os.environ['PYOPENGL_PLATFORM'] = 'egl' # Uncommnet this line while running remotely
|
14 |
|
15 |
import pyrender
|
16 |
|
|
|
10 |
import numpy as np
|
11 |
from scipy.io import wavfile
|
12 |
|
13 |
+
# os.environ['PYOPENGL_PLATFORM'] = 'egl' # Uncommnet this line while running remotely
|
14 |
|
15 |
import pyrender
|
16 |
|