multimodalart HF Staff commited on
Commit
4f5dc0a
·
verified ·
1 Parent(s): d8c258c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,10 +140,10 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
140
  gallery_input = gr.Gallery(
141
  label="Input Images (drop all images here)", file_types=["image"]
142
  )
 
143
  prompt_input = gr.Textbox(
144
  label="Prompt",
145
- info="Tell the model what you want it to do",
146
- placeholder="A delicious looking pizza"
147
  )
148
  generate_button = gr.Button("Generate", variant="primary")
149
 
 
140
  gallery_input = gr.Gallery(
141
  label="Input Images (drop all images here)", file_types=["image"]
142
  )
143
+
144
  prompt_input = gr.Textbox(
145
  label="Prompt",
146
+ placeholder="Turns this photo into a masterpiece"
 
147
  )
148
  generate_button = gr.Button("Generate", variant="primary")
149