Masaki Takano commited on
Commit
bf2c5dc
·
1 Parent(s): 9513a0a

add examples

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -46,12 +46,10 @@ iface = gr.Interface(
46
  ],
47
  outputs=gr.Label(label="Output", show_label=False),
48
  description="天下一品 or 進入禁止"
49
- # examples=[
50
- # ["1.png", "Default"],
51
- # ["2.png", "Default"],
52
- # ["3.jfif", "Default"],
53
- # ["4.webp", "Default"]
54
- # ],
55
  # cache_examples=True
56
  )
57
 
 
46
  ],
47
  outputs=gr.Label(label="Output", show_label=False),
48
  description="天下一品 or 進入禁止"
49
+ examples=[
50
+ ["examples/ten20.png"],
51
+ ["examples/noe33.png"],
52
+ ],
 
 
53
  # cache_examples=True
54
  )
55