prithivMLmods commited on
Commit
84fc3dd
·
verified ·
1 Parent(s): 82d42f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def generate(
112
  image_paths = [save_image(img) for img in images]
113
  return image_paths, seed
114
 
115
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
116
  gr.Markdown(DESCRIPTIONx)
117
  with gr.Group():
118
  with gr.Row():
 
112
  image_paths = [save_image(img) for img in images]
113
  return image_paths, seed
114
 
115
+ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
116
  gr.Markdown(DESCRIPTIONx)
117
  with gr.Group():
118
  with gr.Row():