23 lines
641 B
Python
23 lines
641 B
Python
load("@xla//third_party/rules_python/python:py_binary.bzl", "py_binary")
|
|
|
|
package(
|
|
# copybara:uncomment default_applicable_licenses = ["//tensorflow:LICENSE"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
# Commented out under the (b/279852433) because caused an error in the OSS
|
|
# TODO(zhurakovskyi): Uncomment when fixed.
|
|
# copybara:uncomment_begin
|
|
# py_binary(
|
|
# name = "label_image",
|
|
# srcs = ["label_image.py"],
|
|
# main = "label_image.py",
|
|
# strict_deps = True,
|
|
# deps = [
|
|
# "//third_party/py/PIL:pil",
|
|
# "//third_party/py/numpy",
|
|
# "//tensorflow/lite/python:lite",
|
|
# ],
|
|
# )
|
|
# copybara:uncomment_end
|