WwYc commited on
Commit
071c27b
1 Parent(s): 5fdae45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(fn=generate_viz, inputs=[
32
 
33
  gr.Number(label="Class Index", info="Class index to explain"),
34
  ],
35
- outputs=[ gr.Image(), gr.Text(),],
36
  title=title,
37
  allow_flagging="never",
38
  cache_examples=True,
 
32
 
33
  gr.Number(label="Class Index", info="Class index to explain"),
34
  ],
35
+ outputs=[ gr.Image(label="XAI-Image"), gr.Text(label="prob"),],
36
  title=title,
37
  allow_flagging="never",
38
  cache_examples=True,