rusticolus commited on
Commit
099b2d7
·
verified ·
1 Parent(s): 2f1bbd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ print(f"System starting on {DEVICE}...")
19
  #style_net = StyleNet().to(DEVICE)
20
 
21
  # B. Retrieval Model (CLIP)
22
- #clip_model, preprocess = clip.load("ViT-B/32", device=DEVICE)
23
 
24
  # 2. LOAD SEARCH INDEX
25
  print("Loading Search Index...")
 
19
  #style_net = StyleNet().to(DEVICE)
20
 
21
  # B. Retrieval Model (CLIP)
22
+ clip_model, preprocess = clip.load("ViT-B/32", device=DEVICE)
23
 
24
  # 2. LOAD SEARCH INDEX
25
  print("Loading Search Index...")