Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,9 @@ with gr.Blocks(css=css) as demo:
|
|
65 |
gr.Markdown(
|
66 |
"<h2 style='color: white; font-size: 35px; font-weight: 600; margin-bottom: 100px;'>AI image Generator powered by Agents Valley 🤖</h2>"
|
67 |
)
|
|
|
|
|
|
|
68 |
prompt_input = gr.Textbox(label="Enter your prompt", value="A robot on a stallion.")
|
69 |
output_image = gr.Image(label="Generated Image by Agents Valley")
|
70 |
generate_button = gr.Button("Generate Image")
|
|
|
65 |
gr.Markdown(
|
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: red; font-size: 15px; font-weight: 600; margin-bottom: 100px;'>black-forest-labs/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")
|
73 |
generate_button = gr.Button("Generate Image")
|