Spaces:
Runtime error
Runtime error
add keras example link
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ o = gr.outputs.Textbox()
|
|
22 |
|
23 |
examples = [["./examples/tulip.png"], ["./examples/daisy.jpeg"], ["./examples/dandelion.jpeg"], ["./examples/rose.png"], ["./examples/sunflower.png"]]
|
24 |
title = "Distill ViT Flowers Classification"
|
25 |
-
description = "Upload an image or select from examples to classify flowers. [Explore model](https://huggingface.co/keras-io/deit)"
|
26 |
|
27 |
article = "<div style='text-align: center;'><a href='https://twitter.com/SatpalPatawat' target='_blank'>Space by Satpal Singh Rathore</a><br><a href='https://twitter.com/RisingSayak' target='_blank'>Keras example by Sayak Paul</a></div>"
|
28 |
gr.Interface(classify_images, i, o, allow_flagging=False, analytics_enabled=False,
|
|
|
22 |
|
23 |
examples = [["./examples/tulip.png"], ["./examples/daisy.jpeg"], ["./examples/dandelion.jpeg"], ["./examples/rose.png"], ["./examples/sunflower.png"]]
|
24 |
title = "Distill ViT Flowers Classification"
|
25 |
+
description = "Upload an image or select from examples to classify flowers. [Explore model](https://huggingface.co/keras-io/deit) | [Keras Example](https://keras.io/examples/vision/deit/)"
|
26 |
|
27 |
article = "<div style='text-align: center;'><a href='https://twitter.com/SatpalPatawat' target='_blank'>Space by Satpal Singh Rathore</a><br><a href='https://twitter.com/RisingSayak' target='_blank'>Keras example by Sayak Paul</a></div>"
|
28 |
gr.Interface(classify_images, i, o, allow_flagging=False, analytics_enabled=False,
|