Spaces:
Runtime error
Runtime error
File size: 293 Bytes
be9b1db |
1 2 3 4 5 6 7 8 9 10 |
# In the "my_package.__init__" submodule:
from beartype import BeartypeConf
from beartype.claw import beartype_this_package
beartype_this_package(
conf=BeartypeConf(
claw_skip_package_names=("annotation_example.gradio_ui.callbacks", "annotation_example.gradio_ui.sv_sam")
)
)
|