RishabA commited on
Commit
6ebf986
·
verified ·
1 Parent(s): 6890182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks(css=css_str) as demo:
228
  with gr.Column():
229
  text_input = gr.Textbox(
230
  label="Text Prompt",
231
- placeholder="E.g., 'He is a man with black hair.'",
232
  )
233
  generate_button = gr.Button("Generate Image")
234
  with gr.Column():
 
228
  with gr.Column():
229
  text_input = gr.Textbox(
230
  label="Text Prompt",
231
+ placeholder="E.g., 'He is a man with brown hair.'",
232
  )
233
  generate_button = gr.Button("Generate Image")
234
  with gr.Column():