Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -380,9 +380,10 @@ def generate(
|
|
380 |
|
381 |
# Examples (tailored for flux.1-dev-realism)
|
382 |
examples = [
|
383 |
-
"High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250",
|
384 |
"Headshot of handsome young man, wearing dark gray sweater with buttons and big shawl collar, brown hair and short beard, serious look on his face, black background, soft studio lighting, portrait photography --ar 85:128 --v 6.0 --style",
|
385 |
-
"Purple Dreamy, a medium-angle shot of a young woman with long brown hair, wearing a pair of eye-level glasses, stands in front of a backdrop of purple and white lights."
|
|
|
|
|
386 |
]
|
387 |
|
388 |
css = '''
|
@@ -526,4 +527,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
526 |
)
|
527 |
|
528 |
if __name__ == "__main__":
|
529 |
-
demo.queue(max_size=
|
|
|
380 |
|
381 |
# Examples (tailored for flux.1-dev-realism)
|
382 |
examples = [
|
|
|
383 |
"Headshot of handsome young man, wearing dark gray sweater with buttons and big shawl collar, brown hair and short beard, serious look on his face, black background, soft studio lighting, portrait photography --ar 85:128 --v 6.0 --style",
|
384 |
+
"Purple Dreamy, a medium-angle shot of a young woman with long brown hair, wearing a pair of eye-level glasses, stands in front of a backdrop of purple and white lights.",
|
385 |
+
"High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250"
|
386 |
+
|
387 |
]
|
388 |
|
389 |
css = '''
|
|
|
527 |
)
|
528 |
|
529 |
if __name__ == "__main__":
|
530 |
+
demo.queue(max_size=30).launch(mcp_server=True, ssr_mode=False, show_error=True)
|