Skip to content

Commit

Permalink
close #112
Browse files Browse the repository at this point in the history
  • Loading branch information
nadermx committed Dec 6, 2023
1 parent 1294514 commit 4f389f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backgroundremover/bg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
else:
DEVICE = torch.device('cpu')
except Exception as e:
print(f"An error occurred: {e}")
print(f"Using CPU. Setting Cuda or MPS failed: {e}")
DEVICE = torch.device('cpu')

class Net(torch.nn.Module):
Expand Down

0 comments on commit 4f389f4

Please sign in to comment.