akhaliq HF Staff commited on
Commit
3be2742
·
1 Parent(s): db7e7c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,7 +216,7 @@ def inference(img):
216
  return result
217
 
218
  title="mobilenet_v3_large_075_224"
219
- description="Gradio Demo for mobilenet_v3_large_075_224: Imagenet (ILSVRC-2012-CLS) classification with EfficientNet V2 with input size 224x224. To use it, simply upload your image or click on one of the examples to load them. Read more at the links below"
220
- article = "<p style='text-align: center'><a href='https://tfhub.dev/google/imagenet/efficientnet_v2_imagenet1k_b0/classification/2' target='_blank'>Tensorflow Hub</a></p>"
221
  examples=[['Turtle.jpeg']]
222
  gr.Interface(inference,gr.inputs.Image(type="filepath"),"label",title=title,description=description,article=article,examples=examples).launch(enable_queue=True)
 
216
  return result
217
 
218
  title="mobilenet_v3_large_075_224"
219
+ description="Gradio Demo for mobilenet_v3_large_075_224: Imagenet (ILSVRC-2012-CLS) classification with MobileNet V3 large (depth multiplier 0.75). To use it, simply upload your image or click on one of the examples to load them. Read more at the links below"
220
+ article = "<p style='text-align: center'><a href='https://tfhub.dev/google/imagenet/mobilenet_v3_large_075_224/classification/5' target='_blank'>Tensorflow Hub</a></p>"
221
  examples=[['Turtle.jpeg']]
222
  gr.Interface(inference,gr.inputs.Image(type="filepath"),"label",title=title,description=description,article=article,examples=examples).launch(enable_queue=True)