Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ input, textarea {
|
|
63 |
with gr.Blocks(css=css) as demo:
|
64 |
title="🚀 Agents Valley AI Image Generator",
|
65 |
gr.Markdown(
|
66 |
-
"<h2 style='color: white; font-size:
|
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")
|
|
|
63 |
with gr.Blocks(css=css) as demo:
|
64 |
title="🚀 Agents Valley AI Image Generator",
|
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")
|