Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -276,7 +276,7 @@ with block:
|
|
| 276 |
placeholder="Enter a negative prompt",
|
| 277 |
elem_id="negative-prompt-text-input",
|
| 278 |
)
|
| 279 |
-
with gr.Column(scale=1):
|
| 280 |
btn = gr.Button("Generate image")
|
| 281 |
|
| 282 |
gallery = gr.Gallery(
|
|
|
|
| 276 |
placeholder="Enter a negative prompt",
|
| 277 |
elem_id="negative-prompt-text-input",
|
| 278 |
)
|
| 279 |
+
with gr.Column(scale=1, min_width=150):
|
| 280 |
btn = gr.Button("Generate image")
|
| 281 |
|
| 282 |
gallery = gr.Gallery(
|