Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 245 |
placeholder="e.g., transform into anime..",
|
| 246 |
)
|
| 247 |
|
| 248 |
-
run_button = gr.Button("
|
| 249 |
|
| 250 |
with gr.Column():
|
| 251 |
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=350)
|
|
|
|
| 245 |
placeholder="e.g., transform into anime..",
|
| 246 |
)
|
| 247 |
|
| 248 |
+
run_button = gr.Button("Edit Image", variant="primary")
|
| 249 |
|
| 250 |
with gr.Column():
|
| 251 |
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=350)
|