prithivMLmods commited on
Commit
21236a5
·
verified ·
1 Parent(s): 8e0db26

Update app.py

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