Spaces:
Sleeping
Sleeping
Antoine245
commited on
Commit
·
005b6ec
1
Parent(s):
5ebaaf1
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ gr.Interface(
|
|
19 |
gr.inputs.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 |
-
theme="grass",
|
23 |
outputs=gr.Textbox(),
|
24 |
title="Comparateur d'image",
|
25 |
description=description
|
|
|
19 |
gr.inputs.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
|