JoPmt commited on
Commit
715c664
1 Parent(s): 6fae7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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'