prithivMLmods commited on
Commit
f91c67b
·
verified ·
1 Parent(s): 5182e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ DESCRIPTIONx = """## REALVISXL V5 🦉
13
  """
14
 
15
  css = '''
16
- .gradio-container{max-width: 580px !important}
17
  h1{text-align:center}
18
  footer {
19
  visibility: hidden
@@ -102,7 +102,7 @@ def generate(
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
106
 
107
  gr.Markdown(DESCRIPTIONx)
108
  with gr.Row():
 
13
  """
14
 
15
  css = '''
16
+ .gradio-container{max-width: 610px !important}
17
  h1{text-align:center}
18
  footer {
19
  visibility: hidden
 
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
+ with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
106
 
107
  gr.Markdown(DESCRIPTIONx)
108
  with gr.Row():