prithivMLmods commited on
Commit
b9333ac
·
verified ·
1 Parent(s): ace4ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def generate(
137
  image_paths = [save_image(img) for img in images]
138
  return image_paths, seed
139
  #Main gr.Block
140
- with gr.Blocks(css=css, theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
141
  gr.Markdown(DESCRIPTIONx)
142
  with gr.Group():
143
  with gr.Row():
 
137
  image_paths = [save_image(img) for img in images]
138
  return image_paths, seed
139
  #Main gr.Block
140
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
141
  gr.Markdown(DESCRIPTIONx)
142
  with gr.Group():
143
  with gr.Row():