Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ In case the output image seems too small, simply right-click on the image, and c
|
|
203 |
with gr.Tab("Explainable AI"):
|
204 |
cam = gr.Image(label="Output")
|
205 |
df = gr.Dataframe(label="Detection summary")
|
206 |
-
button.click(fn=inference_gd, inputs=image, outputs=[detection, df, verdict, cam]
|
207 |
|
208 |
demo.launch()
|
209 |
|
|
|
203 |
with gr.Tab("Explainable AI"):
|
204 |
cam = gr.Image(label="Output")
|
205 |
df = gr.Dataframe(label="Detection summary")
|
206 |
+
button.click(fn=inference_gd, inputs=image, outputs=[detection, df, verdict, cam])
|
207 |
|
208 |
demo.launch()
|
209 |
|