Spaces:
Running
on
Zero
Running
on
Zero
update content
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
29 |
return image, seed
|
30 |
|
31 |
examples = [
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
]
|
36 |
|
37 |
css="""
|
@@ -44,10 +44,6 @@ css="""
|
|
44 |
with gr.Blocks(css=css) as demo:
|
45 |
|
46 |
with gr.Column(elem_id="col-container"):
|
47 |
-
gr.Markdown(f"""# FLUX.1 [schnell]
|
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 |
|
|
|
29 |
return image, seed
|
30 |
|
31 |
examples = [
|
32 |
+
"Cat pfp",
|
33 |
+
"Fark themed pfp",
|
34 |
+
"Anime pfp",
|
35 |
]
|
36 |
|
37 |
css="""
|
|
|
44 |
with gr.Blocks(css=css) as demo:
|
45 |
|
46 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
|
|
|
|
47 |
|
48 |
with gr.Row():
|
49 |
|