Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|