Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
|
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 |
|