wujunqiang
commited on
Commit
•
1a025f2
1
Parent(s):
05a8182
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ css="""
|
|
118 |
}
|
119 |
#col-showcase {
|
120 |
margin: 0 auto;
|
121 |
-
max-width:
|
122 |
}
|
123 |
#button {
|
124 |
color: blue;
|
@@ -277,7 +277,7 @@ with gr.Blocks(css=css) as Character:
|
|
277 |
button.click(
|
278 |
fn = character_gen,
|
279 |
inputs = [ prompt, image, seed, randomize_seed, height, width, face_scale, ref_scale ],
|
280 |
-
outputs = [result, seed_used]
|
281 |
)
|
282 |
|
283 |
|
|
|
118 |
}
|
119 |
#col-showcase {
|
120 |
margin: 0 auto;
|
121 |
+
max-width: 1100px;
|
122 |
}
|
123 |
#button {
|
124 |
color: blue;
|
|
|
277 |
button.click(
|
278 |
fn = character_gen,
|
279 |
inputs = [ prompt, image, seed, randomize_seed, height, width, face_scale, ref_scale ],
|
280 |
+
outputs = [result, seed_used, result_info]
|
281 |
)
|
282 |
|
283 |
|