agentsvalley commited on
Commit
4abb8f5
·
verified ·
1 Parent(s): 2e8e4ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )