andyaii commited on
Commit
78314a2
·
verified ·
1 Parent(s): 86f96a4

update content

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- "a tiny astronaut hatching from an egg on the moon",
33
- "a cat holding a sign that says hello world",
34
- "an anime illustration of a wiener schnitzel",
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