Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,14 @@ margin: 0 auto;
|
|
53 |
}
|
54 |
'''
|
55 |
|
56 |
-
normal_examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
with gr.Blocks(css=css) as demo:
|
58 |
gr.Markdown('''# Emi 2
|
59 |
Official demo for Emi 2
|
|
|
53 |
}
|
54 |
'''
|
55 |
|
56 |
+
normal_examples = [
|
57 |
+
"1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom",
|
58 |
+
"1girl, (full body)++, brown bob short hair, brown eyes, school uniform, cherry blossom",
|
59 |
+
"no person, Mt. fuji, 4k, highly, detailed"
|
60 |
+
"no person, Tokyo, 4k, highly, detailed"
|
61 |
+
"1boy, (upper body)++, black short hair, black eyes, looking at viewer, green leaves",
|
62 |
+
"1boy, (full body)++, black bob short hair, black eyes, school uniform, green leaves",
|
63 |
+
]
|
64 |
with gr.Blocks(css=css) as demo:
|
65 |
gr.Markdown('''# Emi 2
|
66 |
Official demo for Emi 2
|