Spaces:
Build error
Build error
Commit
·
ed759db
1
Parent(s):
469d852
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="pil", source="upload", tool="editor")
|
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="pil", source="upload", tool="editor"),
|
65 |
outputs="label",
|
66 |
examples=examples,
|
67 |
allow_flagging="never",
|