Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def inference(img):
|
|
215 |
result[classes[class_index]] = probabilities[0][top_5][i].item()
|
216 |
return result
|
217 |
|
218 |
-
title="
|
219 |
description="Gradio Demo on Imagenet (ILSVRC-2012-CLS) classification with EfficientNet V2. To use it, simply upload your image or click on one of the examples to load them."
|
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=[['Elephant.jpeg']]
|
|
|
215 |
result[classes[class_index]] = probabilities[0][top_5][i].item()
|
216 |
return result
|
217 |
|
218 |
+
title="Image Classification"
|
219 |
description="Gradio Demo on Imagenet (ILSVRC-2012-CLS) classification with EfficientNet V2. To use it, simply upload your image or click on one of the examples to load them."
|
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=[['Elephant.jpeg']]
|