Spaces:
Build error
Build error
# for legacy purposes | |
import warnings | |
from captum.insights.attr_vis.example import * # noqa | |
warnings.warn( | |
"Deprecated. Please import from captum.insights.attr_vis.example instead." | |
) | |
main() # noqa | |