Blazer007 commited on
Commit
eabfb49
1 Parent(s): 5bc6696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>"