erika_cats commited on
Commit
80639c1
1 Parent(s): e8c16d9

Update UI message for ultrasound image upload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ interface = gr.Interface(
57
  inputs=gr.Image(type="pil"),
58
  outputs=gr.Textbox(),
59
  title="PCOS Diagnosis",
60
- description="Upload an ultrasound image to predict if it is infected or not."
61
  )
62
 
63
  # Launch the Gradio app
 
57
  inputs=gr.Image(type="pil"),
58
  outputs=gr.Textbox(),
59
  title="PCOS Diagnosis",
60
+ description="Upload an ultrasound image of the ovary to get a prediction about PCOS."
61
  )
62
 
63
  # Launch the Gradio app