Spaces:
Runtime error
Runtime error
Commit
·
4933ab3
1
Parent(s):
3c535d3
Update
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
import sys
|
3 |
root_dir = os.path.dirname(os.path.abspath(__file__))
|
4 |
sys.path.insert(1, os.path.join(root_dir, 'scenediffuser'))
|
|
|
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'))
|