Spaces:
Build error
Build error
Commit
·
fee32f3
1
Parent(s):
ed759db
update intro
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(
|
|
61 |
title=title,
|
62 |
description=description,
|
63 |
article=article,
|
64 |
-
inputs=gr.inputs.Image(type="
|
65 |
outputs="label",
|
66 |
examples=examples,
|
67 |
allow_flagging="never",
|
|
|
61 |
title=title,
|
62 |
description=description,
|
63 |
article=article,
|
64 |
+
inputs=gr.inputs.Image(type="filepath", source="upload", tool="editor"),
|
65 |
outputs="label",
|
66 |
examples=examples,
|
67 |
allow_flagging="never",
|