Jeff0709 commited on
Commit
1c6ba69
Β·
verified Β·
1 Parent(s): c193e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,7 +84,7 @@ apple_theme = AppleStyleTheme()
84
  # This CSS targets the HTML elements specifically when Gradio is in "dark" mode.
85
  custom_css = """
86
  .gradio-container {
87
- max-width: 960px !important;
88
  margin: 0 auto !important;
89
  }
90
 
@@ -390,7 +390,7 @@ with gr.Blocks(fill_width=True) as demo:
390
  t2i_output = gr.Image(
391
  label="Result",
392
  type="pil",
393
- height=550,
394
  )
395
 
396
  gr.HTML("<div style='margin: 30px 0 20px 0;'></div>")
 
84
  # This CSS targets the HTML elements specifically when Gradio is in "dark" mode.
85
  custom_css = """
86
  .gradio-container {
87
+ max-width: 1100px !important;
88
  margin: 0 auto !important;
89
  }
90
 
 
390
  t2i_output = gr.Image(
391
  label="Result",
392
  type="pil",
393
+ height=350,
394
  )
395
 
396
  gr.HTML("<div style='margin: 30px 0 20px 0;'></div>")