PramaLLC commited on
Commit
bbb0aa9
1 Parent(s): 7ed52c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ import torch
27
 
28
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
29
 
30
- file = "./image.jpg" # input image
31
 
32
  model = model.BEN_Base().to(device).eval() #init pipeline
33
 
 
27
 
28
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
29
 
30
+ file = "./image.png" # input image
31
 
32
  model = model.BEN_Base().to(device).eval() #init pipeline
33