Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -495,20 +495,15 @@ with gr.Blocks(css=css) as demo:
|
|
| 495 |
|
| 496 |
history_gallery = gr.Gallery(
|
| 497 |
label="Click any image to use as input",
|
| 498 |
-
columns=4,
|
| 499 |
-
rows=2,
|
| 500 |
-
object_fit="contain",
|
| 501 |
-
height="auto",
|
| 502 |
interactive=False,
|
| 503 |
show_label=True
|
| 504 |
)
|
| 505 |
|
| 506 |
with gr.Row():
|
| 507 |
prompt = gr.Text(
|
| 508 |
-
label="Prompt",
|
| 509 |
-
show_label=
|
| 510 |
-
placeholder="
|
| 511 |
-
container=False,
|
| 512 |
)
|
| 513 |
run_button = gr.Button("Edit!", variant="primary")
|
| 514 |
|
|
|
|
| 495 |
|
| 496 |
history_gallery = gr.Gallery(
|
| 497 |
label="Click any image to use as input",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 498 |
interactive=False,
|
| 499 |
show_label=True
|
| 500 |
)
|
| 501 |
|
| 502 |
with gr.Row():
|
| 503 |
prompt = gr.Text(
|
| 504 |
+
label="Prompt 🪄",
|
| 505 |
+
show_label=True,
|
| 506 |
+
placeholder="Next scene: The camera dollies in to a tight close-up...",
|
|
|
|
| 507 |
)
|
| 508 |
run_button = gr.Button("Edit!", variant="primary")
|
| 509 |
|