Max Meyer
commited on
Update README.md
Browse files
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.
|
| 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 |
|