jusancp99 commited on
Commit
36953a6
1 Parent(s): b34681a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ gr.Interface(
62
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
63
  title=title,
64
  description=description,
65
- examples=[["0.png", 5], ["1.png", 5], ["2.png", 5]],
66
  ).launch()
67
 
 
62
  # Filenames denote the integer labels. Know here: https://hf.co/datasets/beans
63
  title=title,
64
  description=description,
65
+ examples=[["309.jpg", 309], ["81.jpg", 81], ["93.jpg", 93]],
66
  ).launch()
67