update app
Browse files
app.py
CHANGED
|
@@ -340,7 +340,7 @@ with gr.Blocks() as demo:
|
|
| 340 |
label="Edit Prompt",
|
| 341 |
max_lines=1,
|
| 342 |
show_label=True,
|
| 343 |
-
placeholder="e.g., a man with a red superhero mask
|
| 344 |
)
|
| 345 |
|
| 346 |
run_button = gr.Button("Apply Style", variant="primary")
|
|
|
|
| 340 |
label="Edit Prompt",
|
| 341 |
max_lines=1,
|
| 342 |
show_label=True,
|
| 343 |
+
placeholder="e.g., a man with a red superhero mask"
|
| 344 |
)
|
| 345 |
|
| 346 |
run_button = gr.Button("Apply Style", variant="primary")
|