mobenta commited on
Commit
7ad8dad
·
verified ·
1 Parent(s): cae7a7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -58,9 +58,7 @@ def generate_image(prompt, num_inference_steps, height, width, guidance_scale, s
58
  # Create the Gradio interface
59
 
60
  examples = [
61
- ["A serene landscape with a sunset over mountains"],
62
- ["A futuristic cityscape at night"],
63
- ["A playful dog in a field of flowers"],
64
  ]
65
 
66
  css = '''
@@ -75,8 +73,8 @@ with gr.Blocks(css=css) as demo:
75
  <h1 style='text-align: center'>
76
  FLUX.1-dev Image Generator
77
  </h1>
78
- <p style='text-align: center'>
79
- Use this tool to generate stunning images based on your descriptive text prompts.
80
  </p>
81
  """
82
  )
 
58
  # Create the Gradio interface
59
 
60
  examples = [
61
+ ["Black forest cake spelling out the words 'I love you', tasty, food photography, dynamic shot"],
 
 
62
  ]
63
 
64
  css = '''
 
73
  <h1 style='text-align: center'>
74
  FLUX.1-dev Image Generator
75
  </h1>
76
+ <p style='text-align: center; font-size: 18px; color: #333;'>
77
+ Welcome to the FLUX.1-dev Image Generator! This tool transforms your creative ideas into stunning visual artwork using state-of-the-art AI technology. Simply describe the image you imagine, adjust the settings to your preference, and let our model bring your vision to life. Explore endless possibilities and let your creativity soar!
78
  </p>
79
  """
80
  )