Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,6 @@ examples = [
|
|
47 |
"((colofrul:1.7)),((best quality)), ((masterpiece)), ((ultra-detailed)), (illustration), (detailed light), (an extremely delicate and beautiful),incredibly_absurdres,(glowing),(1girl:1.7),solo,a beautiful girl,(((cowboy shot))),standding,((Hosiery)),((beautiful off-shoulder lace-trimmed layered strapless dress+white stocking):1.25),((Belts)),(leg loops),((Hosiery)),((flower headdress)),((long white hair)),(((beautiful eyes))),BREAK,((english text)),(flower:1.35),(garden),(((border:1.75))),",
|
48 |
]
|
49 |
|
50 |
-
|
51 |
css = """
|
52 |
#col-container {
|
53 |
margin: 0 auto;
|
@@ -86,8 +85,9 @@ with gr.Blocks(css=css) as demo:
|
|
86 |
|
87 |
run_button.click(
|
88 |
fn=infer,
|
89 |
-
inputs=[prompt
|
90 |
outputs=[result]
|
91 |
)
|
92 |
|
93 |
demo.queue().launch()
|
|
|
|
47 |
"((colofrul:1.7)),((best quality)), ((masterpiece)), ((ultra-detailed)), (illustration), (detailed light), (an extremely delicate and beautiful),incredibly_absurdres,(glowing),(1girl:1.7),solo,a beautiful girl,(((cowboy shot))),standding,((Hosiery)),((beautiful off-shoulder lace-trimmed layered strapless dress+white stocking):1.25),((Belts)),(leg loops),((Hosiery)),((flower headdress)),((long white hair)),(((beautiful eyes))),BREAK,((english text)),(flower:1.35),(garden),(((border:1.75))),",
|
48 |
]
|
49 |
|
|
|
50 |
css = """
|
51 |
#col-container {
|
52 |
margin: 0 auto;
|
|
|
85 |
|
86 |
run_button.click(
|
87 |
fn=infer,
|
88 |
+
inputs=[prompt],
|
89 |
outputs=[result]
|
90 |
)
|
91 |
|
92 |
demo.queue().launch()
|
93 |
+
|