Update app.py
Browse files
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 |
-
"<
|
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")
|