Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 225 |
placeholder="e.g., transform into anime..",
|
| 226 |
)
|
| 227 |
|
| 228 |
-
run_button = gr.Button("Run", variant="primary"
|
| 229 |
|
| 230 |
with gr.Column():
|
| 231 |
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=290)
|
|
|
|
| 225 |
placeholder="e.g., transform into anime..",
|
| 226 |
)
|
| 227 |
|
| 228 |
+
run_button = gr.Button("Run", variant="primary")
|
| 229 |
|
| 230 |
with gr.Column():
|
| 231 |
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=290)
|