Itcast commited on
Commit
4275f17
·
1 Parent(s): d18242e

add some diff

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=False
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