Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(),
|
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(), gr.Text(),],
|
36 |
title=title,
|
37 |
allow_flagging="never",
|
38 |
cache_examples=True,
|