akshit-g commited on
Commit
242b35d
·
verified ·
1 Parent(s): 8ed034f

Update webcam_gradio_demo.py

Browse files
Files changed (1) hide show
  1. webcam_gradio_demo.py +1 -0
webcam_gradio_demo.py CHANGED
@@ -19,6 +19,7 @@ else:
19
  device, dtype = detect_device()
20
  if device != torch.device("cpu"):
21
  print("Using device:", device)
 
22
  print("If you run into issues, pass the `--cpu` flag to this script.")
23
  print()
24
 
 
19
  device, dtype = detect_device()
20
  if device != torch.device("cpu"):
21
  print("Using device:", device)
22
+ print("Using dtype:", dtype)
23
  print("If you run into issues, pass the `--cpu` flag to this script.")
24
  print()
25