amitkayal commited on
Commit
a1e0658
·
1 Parent(s): 665af2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ demo = gr.Interface(
62
  gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
63
  gr.Button(label="Submit", type="boolean")
64
  ],
65
- outputs = [gr.Label(num_top_classes=3), gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
66
  live=True
67
  )
68
  demo.launch()
 
62
  gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
63
  gr.Button(label="Submit", type="boolean")
64
  ],
65
+ outputs=["text", "number"],
66
  live=True
67
  )
68
  demo.launch()