Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ image =gr.inputs.Image(shape=(192,192))
|
|
| 16 |
label =gr.outputs.Label()
|
| 17 |
example=['Normal.jpg','pneumonia.jpg']
|
| 18 |
intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=example)
|
| 19 |
-
intf.launch(inline=False)
|
|
|
|
| 16 |
label =gr.outputs.Label()
|
| 17 |
example=['Normal.jpg','pneumonia.jpg']
|
| 18 |
intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=example)
|
| 19 |
+
intf.launch(inline=False)
|