dusaurabh commited on
Commit
34a886c
1 Parent(s): 9883e09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  outputs = [
78
  "text",
79
  gr.Image(width=256, height=256, label="Output"),
80
- gr.Label(num_top_classes=3)
81
  ],
82
  title = title,
83
  description = description,
 
77
  outputs = [
78
  "text",
79
  gr.Image(width=256, height=256, label="Output"),
80
+ gr.Label(num_top_classes=5)
81
  ],
82
  title = title,
83
  description = description,