Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ description = "XRay classification"
|
|
38 |
# Create Gradio interface
|
39 |
iface = gr.Interface(fn=classify_image,
|
40 |
inputs=gr.Image(), # Accepts image of any size
|
41 |
-
outputs=gr.
|
42 |
title=title,
|
43 |
description=description)
|
44 |
|
|
|
38 |
# Create Gradio interface
|
39 |
iface = gr.Interface(fn=classify_image,
|
40 |
inputs=gr.Image(), # Accepts image of any size
|
41 |
+
outputs=gr.Label(),
|
42 |
title=title,
|
43 |
description=description)
|
44 |
|