Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
placeholder="Enter your prompt for editing (e.g., 'Remove glasses', 'Add a hat')",
|
95 |
container=False,
|
96 |
)
|
97 |
-
run_button = gr.Button("
|
98 |
result = gr.Image(label="Result", show_label=False, interactive=False, format="png", height=320)
|
99 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
100 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
94 |
placeholder="Enter your prompt for editing (e.g., 'Remove glasses', 'Add a hat')",
|
95 |
container=False,
|
96 |
)
|
97 |
+
run_button = gr.Button("Change")
|
98 |
result = gr.Image(label="Result", show_label=False, interactive=False, format="png", height=320)
|
99 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
100 |
with gr.Accordion("Advanced Settings", open=False):
|