AchyuthGamer commited on
Commit
cce9c3a
·
1 Parent(s): 5807fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -143,8 +143,7 @@ with gr.Blocks(css='style.css') as demo:
143
  </div>
144
  """
145
  )
146
- with gr.Blocks() as demo:
147
- with gr.Column(elem_id="col-container"):
148
  with gr.Row(variant="compact"):
149
  input_text = gr.Textbox(
150
  label="Short Prompt",
@@ -169,7 +168,8 @@ with gr.Blocks(css='style.css') as demo:
169
  run = gr.Button("Generate Images").style(full_width=False)
170
  with gr.Row():
171
  with gr.Row():
172
- image_input = gr.Image()
 
173
  # image_output = gr.Image() # download [ok]
174
  image_output = gr.Gallery(
175
  label='Output',
 
143
  </div>
144
  """
145
  )
146
+ with gr.Column(elem_id="col-container"):
 
147
  with gr.Row(variant="compact"):
148
  input_text = gr.Textbox(
149
  label="Short Prompt",
 
168
  run = gr.Button("Generate Images").style(full_width=False)
169
  with gr.Row():
170
  with gr.Row():
171
+ with gr.Blocks() as demo:
172
+ image_input = gr.Image()
173
  # image_output = gr.Image() # download [ok]
174
  image_output = gr.Gallery(
175
  label='Output',