Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def infer(input_image):
|
|
39 |
|
40 |
|
41 |
input = gr.inputs.Image(shape=(IMG_SIZE, IMG_SIZE))
|
42 |
-
output = [gr.outputs.Label(label = "Output")]
|
43 |
|
44 |
title = "Image Classification using Conv Mixer Model"
|
45 |
description = "Upload an image or select from examples to classify it.<br>The allowed classes are - Airplane, Automobile, Bird, Cat, Deer, Dog, Frog, Horse, Ship, Truck.<br><p><b>Model Repo - https://huggingface.co/keras-io/conv_mixer_image_classification</b> <br><b>Keras Example - https://keras.io/examples/vision/convmixer//</b></p>"
|
|
|
39 |
|
40 |
|
41 |
input = gr.inputs.Image(shape=(IMG_SIZE, IMG_SIZE))
|
42 |
+
output = [gr.outputs.Label(label = "Model Output")]
|
43 |
|
44 |
title = "Image Classification using Conv Mixer Model"
|
45 |
description = "Upload an image or select from examples to classify it.<br>The allowed classes are - Airplane, Automobile, Bird, Cat, Deer, Dog, Frog, Horse, Ship, Truck.<br><p><b>Model Repo - https://huggingface.co/keras-io/conv_mixer_image_classification</b> <br><b>Keras Example - https://keras.io/examples/vision/convmixer//</b></p>"
|