Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
|
|
71 |
inputs=gr.Textbox(label="Enter your prompt", value="A robot on a stallion."),
|
72 |
outputs=gr.Image(label="Generated Image by Agents Valley"),
|
73 |
title="🚀 Agents Valley AI Image Generator",
|
74 |
-
description="<span style='color: white;'>Enter a description and generate an AI image powered by Agents Valley!</span>"
|
75 |
theme=None,
|
76 |
css=css
|
77 |
)
|
|
|
71 |
inputs=gr.Textbox(label="Enter your prompt", value="A robot on a stallion."),
|
72 |
outputs=gr.Image(label="Generated Image by Agents Valley"),
|
73 |
title="🚀 Agents Valley AI Image Generator",
|
74 |
+
description="<span style='color: white;'>Enter a description and generate an AI image powered by Agents Valley!</span>",
|
75 |
theme=None,
|
76 |
css=css
|
77 |
)
|