tmafantiri commited on
Commit
51638a9
·
verified ·
1 Parent(s): b5fa37c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
48
  inputs=gr.Image(type="pil"),
49
  outputs=gr.Textbox(),
50
  title="Brain Tumor Detection AI App",
51
- description="Upload an image to detect brain tumors.",
52
  css=css, # Apply the custom background color
53
  #theme="dark", # Apply a dark theme to the interface
54
  flagging_options=["Incorrect Diagnosis", "Image Not Clear", "Model Error"], # Add flagging options
 
48
  inputs=gr.Image(type="pil"),
49
  outputs=gr.Textbox(),
50
  title="Brain Tumor Detection AI App",
51
+ description="Upload a Magnetic Resonance Imaging (MRI) scan image to detect brain tumors.",
52
  css=css, # Apply the custom background color
53
  #theme="dark", # Apply a dark theme to the interface
54
  flagging_options=["Incorrect Diagnosis", "Image Not Clear", "Model Error"], # Add flagging options