Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ app = gr.Interface(
|
|
| 24 |
inputs=gr.Image(type="numpy", label="Upload an Image"),
|
| 25 |
outputs=gr.Image(type="numpy", label="Detected Tooth Cavity"),
|
| 26 |
title="Tooth Cavity Detection Using YOLO V10 by Pulastya 😎",
|
| 27 |
-
description="Upload a dental
|
| 28 |
)
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|
|
|
|
| 24 |
inputs=gr.Image(type="numpy", label="Upload an Image"),
|
| 25 |
outputs=gr.Image(type="numpy", label="Detected Tooth Cavity"),
|
| 26 |
title="Tooth Cavity Detection Using YOLO V10 by Pulastya 😎",
|
| 27 |
+
description="Upload a dental Photo, and the YOLO V10 model will detect and annotate tooth decay."
|
| 28 |
)
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|