Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
58e2d1d
1
Parent(s):
78b0d21
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ css = '''
|
|
183 |
#prompt_area{margin-bottom: .75em}
|
184 |
#prompt_area > div:first-child{flex: 1 3 auto}
|
185 |
'''
|
186 |
-
examples = ["a <cat-toy> in <madhubani-art> style", "a <line-art> style mecha robot", "a piano being played by <bonzi>", "Candid photo of <cheburashka
|
187 |
with gr.Blocks(css=css) as demo:
|
188 |
state = gr.Variable({
|
189 |
'selected': -1
|
|
|
183 |
#prompt_area{margin-bottom: .75em}
|
184 |
#prompt_area > div:first-child{flex: 1 3 auto}
|
185 |
'''
|
186 |
+
examples = ["a <cat-toy> in <madhubani-art> style", "a <line-art> style mecha robot", "a piano being played by <bonzi>", "Candid photo of <cheburashka>, high resolution photo, trending on artstation, interior design"]
|
187 |
with gr.Blocks(css=css) as demo:
|
188 |
state = gr.Variable({
|
189 |
'selected': -1
|