prithivMLmods commited on
Commit
946fa21
·
verified ·
1 Parent(s): 88f4ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -199,7 +199,7 @@ examples = [
199
  ]
200
 
201
  css = '''
202
- .gradio-container{max-width: 780px !important; margin: auto;}
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 Images [SDXL]", scale=1, variant="primary")
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(