Spaces:
Runtime error
Runtime error
Commit
·
aefaea4
1
Parent(s):
cb0e163
Update
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
|
|
3 |
import sys
|
4 |
root_dir = os.path.dirname(os.path.abspath(__file__))
|
5 |
sys.path.insert(1, os.path.join(root_dir, 'scenediffuser'))
|
|
|
1 |
import os
|
2 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
3 |
+
from OpenGL import EGL
|
4 |
import sys
|
5 |
root_dir = os.path.dirname(os.path.abspath(__file__))
|
6 |
sys.path.insert(1, os.path.join(root_dir, 'scenediffuser'))
|