cisemh commited on
Commit
7240b44
·
verified ·
1 Parent(s): 2779ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ interface = gr.Interface(
30
  inputs=gr.Image(type="pil"),
31
  outputs="text",
32
  title="CIFAR-10 Image Classifier",
33
- description="Upload an image of a CIFAR-10 category (e.g., airplane, cat, dog), and the model will classify it."
34
  )
35
 
36
  # Launch the app
 
30
  inputs=gr.Image(type="pil"),
31
  outputs="text",
32
  title="CIFAR-10 Image Classifier",
33
+ description="Upload an image of a CIFAR-10 category (airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck), and the model will classify it."
34
  )
35
 
36
  # Launch the app