prithivMLmods commited on
Commit
41b4af8
·
verified ·
1 Parent(s): 1caf217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,7 +104,8 @@ def generate(
104
  return image_paths, seed
105
 
106
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
107
- with gr.Column(elem_id="col-container"):
 
108
  gr.Markdown(DESCRIPTIONx)
109
  with gr.Row():
110
  prompt = gr.Text(
 
104
  return image_paths, seed
105
 
106
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
107
+
108
+ with gr.Column(elem_id="col-container"):
109
  gr.Markdown(DESCRIPTIONx)
110
  with gr.Row():
111
  prompt = gr.Text(