prithivMLmods commited on
Commit
1ed5ff5
·
verified ·
1 Parent(s): bd96dee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="bethecloud/storj_theme") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():
 
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="xiaobaiyuan/theme_brief") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():