Spaces:
Sleeping
Sleeping
IFMedTech
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
| 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 |
|
|
|
|
| 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 |
|