Horus7 commited on
Commit
8862ebf
1 Parent(s): 07505b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ input = gr.inputs.Image(shape=(100,100))
35
 
36
  title = "PneumoDetect: Pneumonia Detection from Chest X-Rays"
37
 
38
- iface = gr.Interface(fn=detect, inputs=input, outputs="text",examples = examples examples_per_page=20, title=title)
39
  iface.launch(inline=False)
 
35
 
36
  title = "PneumoDetect: Pneumonia Detection from Chest X-Rays"
37
 
38
+ iface = gr.Interface(fn=detect, inputs=input, outputs="text",examples = examples, examples_per_page=20, title=title)
39
  iface.launch(inline=False)