maviced commited on
Commit
5887b27
·
verified ·
1 Parent(s): 54389b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ gr.Interface(
66
  query,
67
  inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
68
  #outputs=gr.Gallery().style(grid=[3], height="auto"),
 
69
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
70
  title=title,
71
  description=description,
 
66
  query,
67
  inputs=[gr.Image(type="pil"), gr.Slider(value=5, minimum=1, maximum=10, step=1)],
68
  #outputs=gr.Gallery().style(grid=[3], height="auto"),
69
+ outputs=gr.Gallery(),
70
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
71
  title=title,
72
  description=description,