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