Spaces:
Build error
Build error
Commit ·
b30a1c0
1
Parent(s): 74d58ca
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ gr.Interface(
|
|
| 19 |
gr.components.Image(label="Image to classify", type="pil"),
|
| 20 |
# gr.inputs.Textbox(lines=1, label="Comma separated candidate labels", placeholder="Enter labels separated by ', '",)
|
| 21 |
],
|
| 22 |
-
outputs=gr.
|
| 23 |
title="Comparateur d'image",
|
| 24 |
description=description
|
| 25 |
).launch()
|
|
|
|
| 19 |
gr.components.Image(label="Image to classify", type="pil"),
|
| 20 |
# gr.inputs.Textbox(lines=1, label="Comma separated candidate labels", placeholder="Enter labels separated by ', '",)
|
| 21 |
],
|
| 22 |
+
outputs=gr.outputs.JSON(),
|
| 23 |
title="Comparateur d'image",
|
| 24 |
description=description
|
| 25 |
).launch()
|