Spaces:
Sleeping
Sleeping
| import numpy as np | |
| def cam_heatmap(model, tensor, image): | |
| # Grad-CAM disabled for Hugging Face | |
| return np.array(image) | |
| import numpy as np | |
| def cam_heatmap(model, tensor, image): | |
| # Grad-CAM disabled for Hugging Face | |
| return np.array(image) | |