Raiff1982 commited on
Commit
10c2e44
·
verified ·
1 Parent(s): 21e75a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ for gpu in gpus:
17
  tf.config.experimental.set_memory_growth(gpu, True)
18
  except RuntimeError as e:
19
  print(f"[TF] GPU memory growth config error: {e}")
20
- )
21
  # Initialize AI Core for TB analysis
22
  ai_core = AICoreAGIX()
23
 
 
17
  tf.config.experimental.set_memory_growth(gpu, True)
18
  except RuntimeError as e:
19
  print(f"[TF] GPU memory growth config error: {e}")
 
20
  # Initialize AI Core for TB analysis
21
  ai_core = AICoreAGIX()
22