Skip to content

Commit

Permalink
hide device print
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jun 17, 2024
1 parent 21d522b commit 2aff10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalsegmentator/python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def totalsegmentator(input: Union[str, Path, Nifti1Image], output: Union[str, Pa
else:
print("Invalid GPU config, running on the CPU")
device = "cpu"
print(f"Using Device: {device}")
if verbose: print(f"Using Device: {device}")


if not quiet:
Expand Down

0 comments on commit 2aff10b

Please sign in to comment.