manoh2f2 commited on
Commit
6555183
·
1 Parent(s): d61832b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ iface = gr.Interface(
8
  inputs = gr.Image(type="pil", label="Upload Image"),
9
  outputs = gr.Textbox(),
10
  live = True,
11
- examples = images
12
  title = "Flower Classifier"
13
  )
14
 
 
8
  inputs = gr.Image(type="pil", label="Upload Image"),
9
  outputs = gr.Textbox(),
10
  live = True,
11
+ examples = images,
12
  title = "Flower Classifier"
13
  )
14