Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ iface = gr.Interface(
|
|
| 83 |
fn=classify_image,
|
| 84 |
inputs=image_input,
|
| 85 |
outputs=[name_output, confidence_output],
|
| 86 |
-
title="
|
| 87 |
description="Upload a picture or use your camera to classify an image using a pre-trained model. The model's prediction and confidence score will be displayed.",
|
| 88 |
examples=example_images
|
| 89 |
)
|
|
|
|
| 83 |
fn=classify_image,
|
| 84 |
inputs=image_input,
|
| 85 |
outputs=[name_output, confidence_output],
|
| 86 |
+
title="Tile Classification: Proof of Concept",
|
| 87 |
description="Upload a picture or use your camera to classify an image using a pre-trained model. The model's prediction and confidence score will be displayed.",
|
| 88 |
examples=example_images
|
| 89 |
)
|