Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
120 |
placeholder="Enter your prompt",
|
121 |
container=False,
|
122 |
)
|
123 |
-
run_button = gr.Button("Generate as ( 768 x 1024 )🤗", scale=0)
|
124 |
|
125 |
with gr.Accordion("Advanced options", open=True, visible=True):
|
126 |
seed = gr.Slider(
|
|
|
120 |
placeholder="Enter your prompt",
|
121 |
container=False,
|
122 |
)
|
123 |
+
run_button = gr.Button("Generate as ( 768 x 1024 )🤗", scale=0, elem_classes="submit-btn")
|
124 |
|
125 |
with gr.Accordion("Advanced options", open=True, visible=True):
|
126 |
seed = gr.Slider(
|