IFMedTech commited on
Commit
d8cc27c
·
verified ·
1 Parent(s): 57b42a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  fn=predict_image,
44
  inputs=gr.Image(type="pil"),
45
  outputs="text", # Output will be text listing
46
- title="Medical Image Classification",
47
  description="Upload an image to predict its class."
48
  )
49
 
 
43
  fn=predict_image,
44
  inputs=gr.Image(type="pil"),
45
  outputs="text", # Output will be text listing
46
+ title="Dental Classifier",
47
  description="Upload an image to predict its class."
48
  )
49