Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -44,17 +44,14 @@ css="""
|
|
44 |
with gr.Blocks(css=css) as demo:
|
45 |
|
46 |
with gr.Column(elem_id="col-container"):
|
47 |
-
gr.Markdown(f"""
|
48 |
-
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
|
49 |
-
[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
|
50 |
-
""")
|
51 |
|
52 |
with gr.Row():
|
53 |
|
54 |
prompt = gr.Text(
|
55 |
label="Prompt",
|
56 |
show_label=False,
|
57 |
-
max_lines=
|
58 |
placeholder="Enter your prompt",
|
59 |
container=False,
|
60 |
)
|
@@ -63,7 +60,7 @@ with gr.Blocks(css=css) as demo:
|
|
63 |
|
64 |
result = gr.Image(label="Result", show_label=False)
|
65 |
|
66 |
-
with gr.Accordion("Advanced Settings", open=
|
67 |
|
68 |
seed = gr.Slider(
|
69 |
label="Seed",
|
|
|
44 |
with gr.Blocks(css=css) as demo:
|
45 |
|
46 |
with gr.Column(elem_id="col-container"):
|
47 |
+
gr.Markdown(f"""OUR FLUX APP""")
|
|
|
|
|
|
|
48 |
|
49 |
with gr.Row():
|
50 |
|
51 |
prompt = gr.Text(
|
52 |
label="Prompt",
|
53 |
show_label=False,
|
54 |
+
max_lines=10,
|
55 |
placeholder="Enter your prompt",
|
56 |
container=False,
|
57 |
)
|
|
|
60 |
|
61 |
result = gr.Image(label="Result", show_label=False)
|
62 |
|
63 |
+
with gr.Accordion("Advanced Settings", open=True):
|
64 |
|
65 |
seed = gr.Slider(
|
66 |
label="Seed",
|