Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|