Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import PIL.Image
|
|
9 |
import tqdm
|
10 |
|
11 |
os.putenv("XDG_RUNTIME_DIR", '.')
|
|
|
12 |
fin_rend = './rendered_scene.png'
|
13 |
fin_blend = './exp_scene.blend'
|
14 |
fin_glb = './exp_scene.glb'
|
|
|
9 |
import tqdm
|
10 |
|
11 |
os.putenv("XDG_RUNTIME_DIR", '.')
|
12 |
+
os.environ['XDG_RUNTIME_DIR'] = '.'
|
13 |
fin_rend = './rendered_scene.png'
|
14 |
fin_blend = './exp_scene.blend'
|
15 |
fin_glb = './exp_scene.glb'
|