prithivMLmods commited on
Commit
6f2bf6f
1 Parent(s): dc8dde7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def generate(
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
- with gr.Blocks(css=css, theme="prithivMLmods/Orange") as demo:
106
 
107
  gr.Markdown(DESCRIPTIONx)
108
  with gr.Row():
 
102
  image_paths = [save_image(img) for img in images]
103
  return image_paths, seed
104
 
105
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
106
 
107
  gr.Markdown(DESCRIPTIONx)
108
  with gr.Row():