cocktailpeanut commited on
Commit
3e38400
·
1 Parent(s): f31525e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with block:
263
 
264
  # description
265
  gr.Markdown(title)
266
- gr.Markdown(description)
267
 
268
  with gr.Tabs():
269
  with gr.Row():
@@ -303,6 +303,7 @@ with block:
303
 
304
  with gr.Column():
305
  generated_image = gr.Gallery(label="Generated Image")
 
306
 
307
  generate_button.click(
308
  fn=randomize_seed_fn,
 
263
 
264
  # description
265
  gr.Markdown(title)
266
+ #gr.Markdown(description)
267
 
268
  with gr.Tabs():
269
  with gr.Row():
 
303
 
304
  with gr.Column():
305
  generated_image = gr.Gallery(label="Generated Image")
306
+ gr.Markdown(description)
307
 
308
  generate_button.click(
309
  fn=randomize_seed_fn,