Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|