fantos commited on
Commit
49963bb
·
verified ·
1 Parent(s): c9ce198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,5 +381,5 @@ with gr.Blocks(css=css) as app:
381
  inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, new_target_height, new_target_width],
382
  outputs=result,
383
  )
384
- gr.Markdown(about)
385
  app.launch(share=False)
 
381
  inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, new_target_height, new_target_width],
382
  outputs=result,
383
  )
384
+
385
  app.launch(share=False)