Peijie commited on
Commit
98ff248
1 Parent(s): b7379dc

fix minor import bug

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ from plots import get_pre_define_colors
16
  from utils.load_model import load_xclip
17
  from utils.predict import xclip_pred
18
 
19
- from utils.old_gradio_class import SelectData
20
 
21
  DEVICE = "cpu"
22
  XCLIP, OWLVIT_PRECESSOR = load_xclip(DEVICE)
 
16
  from utils.load_model import load_xclip
17
  from utils.predict import xclip_pred
18
 
 
19
 
20
  DEVICE = "cpu"
21
  XCLIP, OWLVIT_PRECESSOR = load_xclip(DEVICE)