Kaushik Bar commited on
Commit
0655402
1 Parent(s): 0bc3a02

removed num_top_classes parameter from Label returned

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ iface = gr.Interface(
186
  placeholder="Labels here separated by ;;"),
187
  gr.inputs.Radio(choices=[False, True],
188
  label="Multi-label?")],
189
- outputs=gr.outputs.Label(num_top_classes=5),
190
  #interpretation="default",
191
  examples=prep_examples())
192
 
 
186
  placeholder="Labels here separated by ;;"),
187
  gr.inputs.Radio(choices=[False, True],
188
  label="Multi-label?")],
189
+ outputs=gr.outputs.Label(),
190
  #interpretation="default",
191
  examples=prep_examples())
192