diff options
-rw-r--r-- | AutoVideosLive.py | 3 | ||||
-rw-r--r-- | AutoVideosLiveBlackWhite.py | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/AutoVideosLive.py b/AutoVideosLive.py index ea0f0a7..421bf1e 100644 --- a/AutoVideosLive.py +++ b/AutoVideosLive.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np diff --git a/AutoVideosLiveBlackWhite.py b/AutoVideosLiveBlackWhite.py index 1661ee1..40868e9 100644 --- a/AutoVideosLiveBlackWhite.py +++ b/AutoVideosLiveBlackWhite.py @@ -1,7 +1,6 @@ import GPU -#GPU.platform_id = -1 #Uncomment this line to manually choose what device to use - +GPU.platform_id = -1 import random import numpy as np |