guardiancc commited on
Commit
4744386
·
verified ·
1 Parent(s): 0e32ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
89
  prompt_input = gr.Textbox(
90
  label="Prompt",
91
  placeholder="Describe how you want the images combined or edited...",
92
- value=example_prompts[0],
93
  lines=3
94
  )
95
 
 
89
  prompt_input = gr.Textbox(
90
  label="Prompt",
91
  placeholder="Describe how you want the images combined or edited...",
92
+ value="",
93
  lines=3
94
  )
95