Spaces:
Running
Running
Update webcam_gradio_demo.py
Browse files- 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 |
|