Spaces:
Runtime error
Runtime error
silver380
commited on
Commit
·
c6f337b
1
Parent(s):
6860e8b
typo fixed
Browse files
app.py
CHANGED
|
@@ -16,5 +16,5 @@ label = gr.outputs.Label(num_top_classes=2)
|
|
| 16 |
examples = ["Normal-2.png", "Tubercolosis-24.png"]
|
| 17 |
|
| 18 |
|
| 19 |
-
intf = gr.Interface(classify,
|
| 20 |
intf.launch(inline=False)
|
|
|
|
| 16 |
examples = ["Normal-2.png", "Tubercolosis-24.png"]
|
| 17 |
|
| 18 |
|
| 19 |
+
intf = gr.Interface(classify,inputs=image, outputs=label, examples=examples, capture_session=True)
|
| 20 |
intf.launch(inline=False)
|