kaushikbar commited on
Commit
4978e9e
2 Parent(s): 0c5de43 0655402

Merge branch 'main' of https://huggingface.co/spaces/iamkb/mars-demo into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ iface = gr.Interface(
210
  placeholder="Labels here separated by ;;"),
211
  gr.inputs.Radio(choices=[False, True],
212
  label="Multi-label?")],
213
- outputs=gr.outputs.Label(num_top_classes=5),
214
  #interpretation="default",
215
  examples=prep_examples())
216
 
 
210
  placeholder="Labels here separated by ;;"),
211
  gr.inputs.Radio(choices=[False, True],
212
  label="Multi-label?")],
213
+ outputs=gr.outputs.Label(),
214
  #interpretation="default",
215
  examples=prep_examples())
216