pablovela5620's picture
Upload folder using huggingface_hub
be9b1db verified
raw
history blame contribute delete
293 Bytes
# 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")
)
)