Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -466,7 +466,7 @@ with gr.Blocks(css=css) as demo:
|
|
466 |
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
-
run_button = gr.Button("Generate Image as (1024 x 1024)", scale=0, elem_classes="submit-btn")
|
470 |
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|
|
|
466 |
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
+
run_button = gr.Button("Generate Image as ( 1024 x 1024 ) 🧤", scale=0, elem_classes="submit-btn")
|
470 |
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|