Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
|
|
36 |
outputs=gr.Label(num_top_classes=3), # Output is a label with top 3 predictions
|
37 |
title="Contextual Image Classification",
|
38 |
description="Upload an image, and the model will classify it based on the context.",
|
39 |
-
examples=[chameleon],
|
40 |
)
|
41 |
|
42 |
# Launch the interface
|
|
|
36 |
outputs=gr.Label(num_top_classes=3), # Output is a label with top 3 predictions
|
37 |
title="Contextual Image Classification",
|
38 |
description="Upload an image, and the model will classify it based on the context.",
|
39 |
+
#examples=[chameleon],
|
40 |
)
|
41 |
|
42 |
# Launch the interface
|