agentsvalley commited on
Commit
956d411
·
verified ·
1 Parent(s): 76b7e1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(css=css) as demo:
66
  "<h2 style='color: white; font-size: 35px; font-weight: 600; margin-bottom: 100px;'>AI image Generator powered by Agents Valley 🤖</h2>"
67
  )
68
  gr.Markdown(
69
- "<h3 style='color: white; font-size: 15px; font-weight: 600; margin-bottom: 100px;'>black-forest-labs/FLUX.1-dev</h3>"
70
  )
71
  prompt_input = gr.Textbox(label="Enter your prompt", value="A robot on a stallion.")
72
  output_image = gr.Image(label="Generated Image by Agents Valley")
 
66
  "<h2 style='color: white; font-size: 35px; font-weight: 600; margin-bottom: 100px;'>AI image Generator powered by Agents Valley 🤖</h2>"
67
  )
68
  gr.Markdown(
69
+ "<h2 style='color: white; font-size: 15px; font-weight: 600; margin-bottom: 100px;'>FLUX.1-dev</h2>"
70
  )
71
  prompt_input = gr.Textbox(label="Enter your prompt", value="A robot on a stallion.")
72
  output_image = gr.Image(label="Generated Image by Agents Valley")