Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 278 |
placeholder="Enter your prompt",
|
| 279 |
container=False,
|
| 280 |
)
|
| 281 |
-
init_image = gr.Image(label="Input Image", type="pil"
|
| 282 |
with gr.Row():
|
| 283 |
img2img_run_button = gr.Button("Generate", variant="primary", scale=1, full_width=True)
|
| 284 |
with gr.Column(scale=1):
|
|
|
|
| 278 |
placeholder="Enter your prompt",
|
| 279 |
container=False,
|
| 280 |
)
|
| 281 |
+
init_image = gr.Image(label="Input Image", type="pil")
|
| 282 |
with gr.Row():
|
| 283 |
img2img_run_button = gr.Button("Generate", variant="primary", scale=1, full_width=True)
|
| 284 |
with gr.Column(scale=1):
|