aexyb commited on
Commit
4227bde
·
verified ·
1 Parent(s): 55ff8f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -535,8 +535,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
535
  )
536
 
537
  gr.Markdown("### Duotone Canvas")
538
- predefined_gallery = gr.Gallery(label="Duotone Canvas", columns=3, show_label=False, value=load_predefined_images1())
539
-
540
 
541
  if __name__ == "__main__":
542
  demo.queue(max_size=40).launch()
 
535
  )
536
 
537
  gr.Markdown("### Duotone Canvas")
 
 
538
 
539
  if __name__ == "__main__":
540
  demo.queue(max_size=40).launch()