Open visibility of iOS TextClassifier & TextEmbedder

PiperOrigin-RevId: 509645638
This commit is contained in:
Sebastian Schmidt
2023-02-14 14:53:24 -08:00
committed by Copybara-Service
parent 63a57e2da3
commit d450a673c0
2 changed files with 6 additions and 2 deletions
@@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"]) package(default_visibility = [
"//mediapipe/tasks:internal",
])
licenses(["notice"]) licenses(["notice"])
+3 -1
View File
@@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"]) package(default_visibility = [
"//mediapipe/tasks:internal",
])
licenses(["notice"]) licenses(["notice"])