johansetiawan17 commited on
Commit
34b1275
·
verified ·
1 Parent(s): e1c0cda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ iface = gr.Interface(
37
  fn=predict_image,
38
  inputs=gr.Image(type="pil"),
39
  outputs=gr.Label(num_top_classes=6),
40
- title="Intel Image Classification",
41
- description="Upload an image to classify it into one of the six categories: buildings, forest, glacier, mountain, sea, or street.",
42
  )
43
 
44
  # Launch the Gradio interface
 
37
  fn=predict_image,
38
  inputs=gr.Image(type="pil"),
39
  outputs=gr.Label(num_top_classes=6),
40
+ title="Natural Scenes Classification",
41
+ description="Upload an natural scenes or landscape image to classify it into one of the six categories: buildings, forest, glacier, mountain, sea, or street.",
42
  )
43
 
44
  # Launch the Gradio interface