Spaces:
Running
Running
imseldrith
commited on
Commit
•
42bf31d
1
Parent(s):
ca598b4
Update white_box_cartoonizer/cartoonize.py
Browse files
white_box_cartoonizer/cartoonize.py
CHANGED
@@ -64,7 +64,7 @@ class WB_Cartoonize:
|
|
64 |
gpu_options = None
|
65 |
device_count = {'GPU':0}
|
66 |
|
67 |
-
config = tf.ConfigProto(gpu_options=
|
68 |
|
69 |
self.sess = tf.Session(config=config)
|
70 |
|
|
|
64 |
gpu_options = None
|
65 |
device_count = {'GPU':0}
|
66 |
|
67 |
+
config = tf.ConfigProto(gpu_options=gpu_options, device_count=device_count)
|
68 |
|
69 |
self.sess = tf.Session(config=config)
|
70 |
|