Spaces:
Runtime error
Runtime error
File size: 141 Bytes
5e0b9df |
1 2 3 4 5 |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .detr import build
def build_model(args):
return build(args) |