mustapha commited on
Commit
0dec4df
·
1 Parent(s): e47b16a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  import tensorflow as tf
8
  import cv2
9
 
10
- tf.config.experimental.set_visible_devices([], 'GPU')
11
 
12
 
13
  #%%
 
7
  import tensorflow as tf
8
  import cv2
9
 
10
+ # tf.config.experimental.set_visible_devices([], 'GPU')
11
 
12
 
13
  #%%