Update app.py
Browse files
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="
|
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
|