Tools / tutorial /__init__.py
ZackBradshaw's picture
Upload folder using huggingface_hub
e67043b verified
raw
history blame
No virus
127 Bytes
from ..registry import register
@register("tutorial")
def tutorial():
from .api import build_tool
return build_tool