From 144e6603c364a3b34954c4b5d5438e202ff57a9d Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:33:58 -0400 Subject: [PATCH] add web demo link --- .../imagenet/mobilenet_v3_large_075_224/classification/5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/docs/google/models/imagenet/mobilenet_v3_large_075_224/classification/5.md b/assets/docs/google/models/imagenet/mobilenet_v3_large_075_224/classification/5.md index 2cb92e385..31878a076 100644 --- a/assets/docs/google/models/imagenet/mobilenet_v3_large_075_224/classification/5.md +++ b/assets/docs/google/models/imagenet/mobilenet_v3_large_075_224/classification/5.md @@ -68,6 +68,10 @@ from Its weights were originally obtained by training on the ILSVRC-2012-CLS dataset for image classification ("Imagenet"). +## Web Demo + +Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). Try out the Web Demo: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tensorflow/mobilenet_v3_large_075_224) + ## Usage This model can be used with the `hub.KerasLayer` as follows.