Spaces:
Sleeping
Sleeping
Antoine245
commited on
Commit
·
4de8372
1
Parent(s):
005b6ec
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ description = """
|
|
16 |
gr.Interface(
|
17 |
fn=predict,
|
18 |
inputs=[
|
19 |
-
gr.
|
20 |
# gr.inputs.Textbox(lines=1, label="Comma separated candidate labels", placeholder="Enter labels separated by ', '",)
|
21 |
],
|
22 |
outputs=gr.Textbox(),
|
|
|
16 |
gr.Interface(
|
17 |
fn=predict,
|
18 |
inputs=[
|
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(),
|