prithivMLmods commited on
Commit
baf88b7
·
verified ·
1 Parent(s): 66ee683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -116,7 +116,7 @@ examples = [
116
 
117
  css = '''
118
  .gradio-container {
119
- max-width: 585px !important;
120
  margin: 0 auto !important;
121
  display: flex;
122
  flex-direction: column;
@@ -127,9 +127,9 @@ h1 { text-align: center; }
127
  footer { visibility: hidden; }
128
  '''
129
 
130
- with gr.Blocks(css=css) as demo:
131
  with gr.Column(elem_id="col-container"):
132
- gr.Markdown("## GRID 6x")
133
 
134
  with gr.Row():
135
  prompt = gr.Text(
 
116
 
117
  css = '''
118
  .gradio-container {
119
+ max-width: 666px !important;
120
  margin: 0 auto !important;
121
  display: flex;
122
  flex-direction: column;
 
127
  footer { visibility: hidden; }
128
  '''
129
 
130
+ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
131
  with gr.Column(elem_id="col-container"):
132
+ gr.Markdown("## Text to Image SD3.5")
133
 
134
  with gr.Row():
135
  prompt = gr.Text(