Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 564429453
  • Loading branch information
schmidt-sebastian authored and copybara-github committed Sep 11, 2023
1 parent cdf199c commit e206f9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions third_party/external_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/leopard.jpg?generation=1685997280368627"],
)

http_file(
name = "com_google_mediapipe_libimagegenerator_gpu_so",
sha256 = "e5d5ea10d1eb42a336510e5e08b0b9e3eb9cb2846716f50303669721eadc98c5",
urls = ["https://storage.googleapis.com/mediapipe-assets/libimagegenerator_gpu.so?generation=1694449257650443"],
)

http_file(
name = "com_google_mediapipe_male_full_height_hands_jpg",
sha256 = "8a7fe5be8b90d6078b09913ca28f7e5d342f8d3cde856ab4e3327d2970b887f8",
Expand All @@ -676,12 +682,6 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/male_full_height_hands_result_cpu.pbtxt?generation=1692651587930202"],
)

http_file(
name = "com_google_mediapipe_libimagegenerator_gpu_so",
sha256 = "cbbe1c11a2ec3809241646e222fd672473c19911eaa76faf6178c960d0de8583",
urls = ["https://storage.googleapis.com/mediapipe-assets/libimagegenerator_gpu.so?generation=1693610187480136"],
)

http_file(
name = "com_google_mediapipe_mobilebert_embedding_with_metadata_tflite",
sha256 = "fa47142dcc6f446168bc672f2df9605b6da5d0c0d6264e9be62870282365b95c",
Expand Down

0 comments on commit e206f9a

Please sign in to comment.