Spaces:
Build error
Build error
Update Lowlight.py
Browse files- Lowlight.py +1 -1
Lowlight.py
CHANGED
@@ -23,7 +23,7 @@ input_image = torch.from_numpy(input_image).float()
|
|
23 |
input_image = input_image.permute(2, 0, 1).unsqueeze(0)
|
24 |
input_image = input_image.numpy()
|
25 |
|
26 |
-
providers = ['
|
27 |
model_name = 'IAT'
|
28 |
|
29 |
print('-' * 50)
|
|
|
23 |
input_image = input_image.permute(2, 0, 1).unsqueeze(0)
|
24 |
input_image = input_image.numpy()
|
25 |
|
26 |
+
providers = ['CPUExecutionProvider']
|
27 |
model_name = 'IAT'
|
28 |
|
29 |
print('-' * 50)
|