sayakpaul HF staff commited on
Commit
9b30e14
1 Parent(s): 153d1f1

fix: example inputs.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ gr.Interface(
65
  inputs=[gr.Image(), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
66
  outputs=gr.Gallery(),
67
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
68
- examples=[["0.png"], ["1.png"], ["2.png"]],
69
  ).launch()
 
65
  inputs=[gr.Image(), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
66
  outputs=gr.Gallery(),
67
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
68
+ examples=[["0.png", 5], ["1.png", 5], ["2.png", 5]],
69
  ).launch()