Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def classify_image(img):
|
|
| 13 |
image = gr.inputs.Image()
|
| 14 |
label = gr.outputs.Label()
|
| 15 |
examples = ['Cancer.png', 'Normal.png', 'NormalDif.png']
|
| 16 |
-
interpretation='
|
| 17 |
|
| 18 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, interpretation=interpretation)
|
| 19 |
intf.launch(inline=False)
|
|
|
|
| 13 |
image = gr.inputs.Image()
|
| 14 |
label = gr.outputs.Label()
|
| 15 |
examples = ['Cancer.png', 'Normal.png', 'NormalDif.png']
|
| 16 |
+
interpretation='default'
|
| 17 |
|
| 18 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, interpretation=interpretation)
|
| 19 |
intf.launch(inline=False)
|