IFMedTech commited on
Commit
c3dd9f8
·
verified ·
1 Parent(s): aef4eda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Medical Image Classification",
66
- description="Upload an image to predict its class. Displays the top 2 predictions if needed.",
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