Spaces:
Runtime error
Runtime error
Xin Liu
commited on
sample
Browse files
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)
|