mbarnig commited on
Commit
b6a8d3b
·
verified ·
1 Parent(s): 5f387f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
app.py CHANGED
@@ -40,11 +40,11 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
40
  good_vae=good_vae,
41
  ):
42
  yield img, seed
43
-
44
  examples = [
45
- "a tiny astronaut hatching from an egg on the moon",
46
- "a cat holding a sign that says hello world",
47
- "an anime illustration of a wiener schnitzel",
48
  ]
49
 
50
  css="""
@@ -57,10 +57,9 @@ css="""
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
- gr.Markdown(f"""# FLUX.1 [dev]
61
- 12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
62
- [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
63
- """)
64
 
65
  with gr.Row():
66
 
@@ -68,7 +67,7 @@ with gr.Blocks(css=css) as demo:
68
  label="Prompt",
69
  show_label=False,
70
  max_lines=1,
71
- placeholder="Enter your prompt",
72
  container=False,
73
  )
74
 
 
40
  good_vae=good_vae,
41
  ):
42
  yield img, seed
43
+
44
  examples = [
45
+ "cat",
46
+ "dog",
47
+ "bunny"
48
  ]
49
 
50
  css="""
 
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
+ gr.Markdown(f"""# Màin éischt KI-Bild
61
+ Mol mer e Bild mat méngem Hausdéier a méngem Numm op engem Schëld !
62
+ """)
 
63
 
64
  with gr.Row():
65
 
 
67
  label="Prompt",
68
  show_label=False,
69
  max_lines=1,
70
+ placeholder="Schreiw däin Text mat dengem Numm ",
71
  container=False,
72
  )
73