Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
placeholder="describe the edit instruction",
|
84 |
container=False,
|
85 |
)
|
86 |
-
run_button = gr.Button("
|
87 |
|
88 |
result = gr.Image(label="Result", show_label=False, type="pil")
|
89 |
|
|
|
83 |
placeholder="describe the edit instruction",
|
84 |
container=False,
|
85 |
)
|
86 |
+
run_button = gr.Button("Edit!")
|
87 |
|
88 |
result = gr.Image(label="Result", show_label=False, type="pil")
|
89 |
|