WwYc commited on
Commit
db8ae6c
·
verified ·
1 Parent(s): 18c84c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,8 +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(),
36
- gr.text(),]
37
  title=title,
38
  allow_flagging="never",
39
  cache_examples=True,
 
32
 
33
  gr.Number(label="Class Index", info="Class index to explain"),
34
  ],
35
+ outputs=[ gr.Image(),text,],
 
36
  title=title,
37
  allow_flagging="never",
38
  cache_examples=True,