IFMedTech commited on
Commit
d6a9085
·
verified ·
1 Parent(s): 060251e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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