TuringsSolutions commited on
Commit
7612874
·
verified ·
1 Parent(s): a8ba7be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from PIL import Image, ImageEnhance, ImageFilter
11
  from tqdm import tqdm
12
 
13
  # Ensure TensorFlow runs on CPU
14
- os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
15
 
16
  class SwarmAgent:
17
  def __init__(self, position, velocity):
 
11
  from tqdm import tqdm
12
 
13
  # Ensure TensorFlow runs on CPU
14
+ os.environ['CUDA_VISIBLE_DEVICES'] = '0'
15
 
16
  class SwarmAgent:
17
  def __init__(self, position, velocity):