Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ interface = gr.Interface(
|
|
65 |
inputs=gr.Image(type="pil"), # Updated syntax for image input
|
66 |
outputs=gr.Label(num_top_classes=5), # Updated syntax for label output
|
67 |
title="ResNet50 Image Classification",
|
68 |
-
description="Upload an image
|
69 |
examples=examples
|
70 |
)
|
71 |
|
|
|
65 |
inputs=gr.Image(type="pil"), # Updated syntax for image input
|
66 |
outputs=gr.Label(num_top_classes=5), # Updated syntax for label output
|
67 |
title="ResNet50 Image Classification",
|
68 |
+
description="Upload an image for top-5 class predictions from the ResNet50 ImageNet 1k Model.",
|
69 |
examples=examples
|
70 |
)
|
71 |
|