LTT commited on
Commit
a8f7e29
1 Parent(s): b891190
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import spaces
2
  import os
3
  os.environ["CXX"] = os.popen("which g++").read().strip()
4
  os.environ["CC"] = os.popen("which gcc").read().strip()
5
-
6
  import imageio
7
  import numpy as np
8
  import torch
 
2
  import os
3
  os.environ["CXX"] = os.popen("which g++").read().strip()
4
  os.environ["CC"] = os.popen("which gcc").read().strip()
5
+ os.environ["CUDA_LAUNCH_BLOCKING"] = 1
6
  import imageio
7
  import numpy as np
8
  import torch