Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Changed from cuda to cpu
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from PytorchWildlife import utils as pw_utils
|
|
23 |
|
24 |
#%%
|
25 |
# Setting the device to use for computations ('cuda' indicates GPU)
|
26 |
-
DEVICE = "
|
27 |
# Initializing a supervision box annotator for visualizing detections
|
28 |
box_annotator = sv.BoxAnnotator(thickness=4, text_thickness=4, text_scale=2)
|
29 |
|
|
|
23 |
|
24 |
#%%
|
25 |
# Setting the device to use for computations ('cuda' indicates GPU)
|
26 |
+
DEVICE = "cpu"
|
27 |
# Initializing a supervision box annotator for visualizing detections
|
28 |
box_annotator = sv.BoxAnnotator(thickness=4, text_thickness=4, text_scale=2)
|
29 |
|