JiantaoLin
commited on
Commit
·
68f5a1b
1
Parent(s):
6d5b0bc
new
Browse files
app.py
CHANGED
@@ -398,9 +398,9 @@ with gr.Blocks(css="""
|
|
398 |
with gr.Row(elem_id="example-container"):
|
399 |
gr.Examples(
|
400 |
examples=[
|
401 |
-
["an owl wearing a
|
402 |
["A dog wearing a hat"],
|
403 |
-
["
|
404 |
["骷髅头, 邪恶的"],
|
405 |
],
|
406 |
inputs=[prompt], # 将选中的示例填入 prompt 文本框
|
|
|
398 |
with gr.Row(elem_id="example-container"):
|
399 |
gr.Examples(
|
400 |
examples=[
|
401 |
+
["an owl wearing a black hat, Christmas Style."],
|
402 |
["A dog wearing a hat"],
|
403 |
+
["Marvel Anime Characters, Iron Man"],
|
404 |
["骷髅头, 邪恶的"],
|
405 |
],
|
406 |
inputs=[prompt], # 将选中的示例填入 prompt 文本框
|