prithivMLmods commited on
Commit
33bdfe7
·
verified ·
1 Parent(s): 4ccfd1a

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="snehilsanyal/scikit-learn") 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="bethecloud/storj_theme") as demo:
124
  gr.Markdown(DESCRIPTIONx)
125
  with gr.Group():
126
  with gr.Row():