Spaces:
Runtime error
Runtime error
add some diff
Browse files
app.py
CHANGED
@@ -58,9 +58,10 @@ gr.Interface(
|
|
58 |
gr.inputs.Image(type="pil", label="style_image"),
|
59 |
gr.outputs.Image(type="pil", label="Output"),
|
60 |
title=title,
|
|
|
61 |
description="",
|
62 |
enable_queue=True,
|
63 |
-
allow_flagging=
|
64 |
).launch()
|
65 |
|
66 |
|
|
|
58 |
gr.inputs.Image(type="pil", label="style_image"),
|
59 |
gr.outputs.Image(type="pil", label="Output"),
|
60 |
title=title,
|
61 |
+
example=[],
|
62 |
description="",
|
63 |
enable_queue=True,
|
64 |
+
allow_flagging="auto"
|
65 |
).launch()
|
66 |
|
67 |
|