prithivMLmods commited on
Commit
7692f8d
1 Parent(s): 81a918f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,7 +120,7 @@ def generate(
120
  image_paths = [save_image(img) for img in images]
121
  return image_paths, seed
122
  #Main gr.Block
123
- with gr.Blocks(css=css, theme="shivi/calm_seafoam") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():
@@ -227,4 +227,4 @@ with gr.Blocks(css=css, theme="shivi/calm_seafoam") as demo:
227
  )
228
  gr.HTML(html_content)
229
  if __name__ == "__main__":
230
- demo.queue(max_size=50).launch()
 
120
  image_paths = [save_image(img) for img in images]
121
  return image_paths, seed
122
  #Main gr.Block
123
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():
 
227
  )
228
  gr.HTML(html_content)
229
  if __name__ == "__main__":
230
+ demo.queue(max_size=40).launch()