Spaces:
Sleeping
Sleeping
Masaki Takano
commited on
Commit
·
bf2c5dc
1
Parent(s):
9513a0a
add examples
Browse files
app.py
CHANGED
@@ -46,12 +46,10 @@ iface = gr.Interface(
|
|
46 |
],
|
47 |
outputs=gr.Label(label="Output", show_label=False),
|
48 |
description="天下一品 or 進入禁止"
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
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 |
|