charliebaby2023 commited on
Commit
88f3fd6
·
verified ·
1 Parent(s): a86849f

Update frontend/webui/ui.py

Browse files
Files changed (1) hide show
  1. frontend/webui/ui.py +2 -2
frontend/webui/ui.py CHANGED
@@ -34,7 +34,7 @@ def _get_footer_message() -> str:
34
  " Rupesh Sreeraman</a></p></center>"
35
  )
36
  return footer_msg
37
-
38
 
39
  def get_web_ui() -> gr.Blocks:
40
  def change_mode(mode):
@@ -47,7 +47,7 @@ def get_web_ui() -> gr.Blocks:
47
  app_settings.settings.lcm_diffusion_setting.use_openvino = True
48
 
49
  with gr.Blocks(
50
- css=FastStableDiffusionPaths.get_css_path(),
51
  title="FastSD CPU",
52
  ) as fastsd_web_ui:
53
  gr.HTML("<center><H1>FastSD CPU</H1></center>")
 
34
  " Rupesh Sreeraman</a></p></center>"
35
  )
36
  return footer_msg
37
+ mycss=""" #snake div label span{display:none;}"""
38
 
39
  def get_web_ui() -> gr.Blocks:
40
  def change_mode(mode):
 
47
  app_settings.settings.lcm_diffusion_setting.use_openvino = True
48
 
49
  with gr.Blocks(
50
+ css=FastStableDiffusionPaths.get_css_path(),css=mycss,
51
  title="FastSD CPU",
52
  ) as fastsd_web_ui:
53
  gr.HTML("<center><H1>FastSD CPU</H1></center>")