luoxiang commited on
Commit
81a7faf
1 Parent(s): 8423730
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,7 +190,7 @@ if __name__ == "__main__":
190
  block = gr.Blocks(css=read_content('style.css'))
191
 
192
  with block:
193
- gr.HTML(read_content("header.html"))
194
 
195
  with gr.Tabs() as tabs:
196
 
@@ -488,7 +488,7 @@ if __name__ == "__main__":
488
  img2img_height.change(fn=uifn.update_dimensions_info, inputs=[img2img_width, img2img_height],
489
  outputs=img2img_dimensions_info_text_box)
490
 
491
- gr.HTML(read_content("footer.html"))
492
  # gr.Image('./contributors.png')
493
 
494
  block.queue(max_size=50, concurrency_count=20).launch()
 
190
  block = gr.Blocks(css=read_content('style.css'))
191
 
192
  with block:
193
+ # gr.HTML(read_content("header.html"))
194
 
195
  with gr.Tabs() as tabs:
196
 
 
488
  img2img_height.change(fn=uifn.update_dimensions_info, inputs=[img2img_width, img2img_height],
489
  outputs=img2img_dimensions_info_text_box)
490
 
491
+ # gr.HTML(read_content("footer.html"))
492
  # gr.Image('./contributors.png')
493
 
494
  block.queue(max_size=50, concurrency_count=20).launch()