Pulastya0 commited on
Commit
3bbc1f6
·
verified ·
1 Parent(s): 289ba8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 X-ray, and the YOLO V10 model will detect and annotate tooth decay."
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__":