Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ examples = [
|
|
199 |
]
|
200 |
|
201 |
css = '''
|
202 |
-
.gradio-container{max-width:
|
203 |
h1{text-align:center}
|
204 |
#gallery { min-height: 400px; }
|
205 |
footer { display: none !important; visibility: hidden !important; }
|
@@ -248,7 +248,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
248 |
container=False,
|
249 |
scale=7 # Give more space to prompt
|
250 |
)
|
251 |
-
run_button = gr.Button("Generate
|
252 |
|
253 |
with gr.Row():
|
254 |
model_choice = gr.Dropdown(
|
|
|
199 |
]
|
200 |
|
201 |
css = '''
|
202 |
+
.gradio-container{max-width: 900px !important; margin: auto;}
|
203 |
h1{text-align:center}
|
204 |
#gallery { min-height: 400px; }
|
205 |
footer { display: none !important; visibility: hidden !important; }
|
|
|
248 |
container=False,
|
249 |
scale=7 # Give more space to prompt
|
250 |
)
|
251 |
+
run_button = gr.Button("Generate", scale=1, variant="primary")
|
252 |
|
253 |
with gr.Row():
|
254 |
model_choice = gr.Dropdown(
|