Spaces:
Sleeping
Sleeping
IFMedTech commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,8 +62,8 @@ iface = gr.Interface(
|
|
| 62 |
fn=predict_image,
|
| 63 |
inputs=gr.Image(type="pil"),
|
| 64 |
outputs="text", # Output will be text listing the predictions
|
| 65 |
-
title="
|
| 66 |
-
description="Upload an image to predict its class.
|
| 67 |
examples=examples # Add example images
|
| 68 |
)
|
| 69 |
|
|
|
|
| 62 |
fn=predict_image,
|
| 63 |
inputs=gr.Image(type="pil"),
|
| 64 |
outputs="text", # Output will be text listing the predictions
|
| 65 |
+
title="Dental Image Classification",
|
| 66 |
+
description="Upload an image or select from the examples below to predict its class. The model accounts for the possibility of multiple dental flaws in a single image.
|
| 67 |
examples=examples # Add example images
|
| 68 |
)
|
| 69 |
|