Antoine245 commited on
Commit
b30a1c0
·
1 Parent(s): 74d58ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(),
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()