SHAH-MEER commited on
Commit
1a9db1c
·
verified ·
1 Parent(s): 166fe19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ iface = gr.Interface(
59
  outputs=gr.Label(num_top_classes=2),
60
  title="Pneumonia Detection from X-ray",
61
  description="Upload a chest X-ray image and the model will predict Normal or Pneumonia with confidence.",
62
- theme=gr.themes.Soft()
 
63
  )
64
 
65
  iface.launch()
 
59
  outputs=gr.Label(num_top_classes=2),
60
  title="Pneumonia Detection from X-ray",
61
  description="Upload a chest X-ray image and the model will predict Normal or Pneumonia with confidence.",
62
+ theme=gr.themes.Soft(),
63
+ examples=['examples/infection.jpeg','examples/normal.jpeg']
64
  )
65
 
66
  iface.launch()