Patters commited on
Commit
a6dbf3b
1 Parent(s): 6a54c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_img(img):
13
 
14
  image = gr.inputs.Image(shape=(128, 128))
15
  label = gr.outputs.Label()
16
- examples = ["lala.png", "02.jpg"]
17
 
18
  title = "02 or lala classifier"
19
 
 
13
 
14
  image = gr.inputs.Image(shape=(128, 128))
15
  label = gr.outputs.Label()
16
+ examples = ["lala.jpg", "02.png"]
17
 
18
  title = "02 or lala classifier"
19