JohanDL commited on
Commit
936d537
1 Parent(s): 10b0245

Update app add import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import torch
6
  import torch.nn.functional as F
7
  from torchvision.transforms import Compose
8
  import tempfile
 
9
 
10
  from depth_anything.dpt import DepthAnything
11
  from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
 
6
  import torch.nn.functional as F
7
  from torchvision.transforms import Compose
8
  import tempfile
9
+ import spaces
10
 
11
  from depth_anything.dpt import DepthAnything
12
  from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet