Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -379,7 +379,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
379 |
placeholder="Enter your prompt",
|
380 |
container=False,
|
381 |
)
|
382 |
-
run_button = gr.Button("Generate as (
|
383 |
|
384 |
with gr.Row(visible=True):
|
385 |
grid_size_selection = gr.Dropdown(
|
|
|
379 |
placeholder="Enter your prompt",
|
380 |
container=False,
|
381 |
)
|
382 |
+
run_button = gr.Button("Generate as (1024 x 1024)🤗", scale=0)
|
383 |
|
384 |
with gr.Row(visible=True):
|
385 |
grid_size_selection = gr.Dropdown(
|