Xin Liu commited on
Commit
b5b8d33
1 Parent(s): cb5dd46
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ imatge = gr.inputs.Image(shape=(192,192))
16
  label = gr.outputs.Label()
17
  example = ['samples/12305_1995339680_L.png', 'samples/10234_173054723_L.png' ]
18
 
19
- intf = gr.Interface(fn=classificador, inputs = imatge, outputs = label)
20
  intf.launch(inline=False)
 
16
  label = gr.outputs.Label()
17
  example = ['samples/12305_1995339680_L.png', 'samples/10234_173054723_L.png' ]
18
 
19
+ intf = gr.Interface(fn=classificador, inputs = imatge, outputs = label,examples=example)
20
  intf.launch(inline=False)