Spaces:
Build error
Build error
Commit
·
4b7f793
1
Parent(s):
49dff02
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,9 @@ interface = gr.Interface(
|
|
| 17 |
gr.inputs.Image(label="Image to classify", type="pil"),
|
| 18 |
],
|
| 19 |
outputs=gr.outputs.Label(),
|
|
|
|
|
|
|
|
|
|
| 20 |
title="Image Classifier",
|
| 21 |
description=description
|
| 22 |
)
|
|
|
|
| 17 |
gr.inputs.Image(label="Image to classify", type="pil"),
|
| 18 |
],
|
| 19 |
outputs=gr.outputs.Label(),
|
| 20 |
+
examples=[
|
| 21 |
+
["rafale.jpg",],
|
| 22 |
+
],
|
| 23 |
title="Image Classifier",
|
| 24 |
description=description
|
| 25 |
)
|