alexnasa commited on
Commit
f68b28e
·
verified ·
1 Parent(s): fee1390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ from eval.tools.florence_sam import ObjectDetector
30
  import shutil
31
  import yaml
32
  import numpy as np
 
33
 
34
  dtype = torch.bfloat16
35
  device = "cuda"
 
30
  import shutil
31
  import yaml
32
  import numpy as np
33
+ from src import environmentdata
34
 
35
  dtype = torch.bfloat16
36
  device = "cuda"