Soooma commited on
Commit
aafb47a
·
verified ·
1 Parent(s): 27fb6da

update OK.jpg file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = AutoModel.from_pretrained(model_name).to(device)
13
  processor = AutoImageProcessor.from_pretrained(model_name)
14
 
15
  # Load OK reference image (built-in normal)
16
- ok_image = Image.open("https://huggingface.co/datasets/Soooma/sofc/OK1.jpg")
17
 
18
  # Precompute OK feature embedding
19
  with torch.no_grad():
 
13
  processor = AutoImageProcessor.from_pretrained(model_name)
14
 
15
  # Load OK reference image (built-in normal)
16
+ ok_image = Image.open("https://huggingface.co/datasets/Soooma/sofc/blob/main/OK1.jpg")
17
 
18
  # Precompute OK feature embedding
19
  with torch.no_grad():