pseudotensor commited on
Commit
e6b28a4
1 Parent(s): 5cf48e0
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -613,6 +613,8 @@ body{background-image:url("https://h2o.ai/content/experience-fragments/h2o/us/en
613
  {description}
614
  {task_info_md}
615
  """)
 
 
616
 
617
  # go button visible if
618
  base_wanted = bool(kwargs['base_model']) and kwargs['login_mode_if_model0']
 
613
  {description}
614
  {task_info_md}
615
  """)
616
+ if os.environ.get("HUGGINGFACE_SPACES"):
617
+ gr.HTML('''<center><a href="https://huggingface.co/spaces/h2oai/h2ogpt-chatbot?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate this Space to skip the queue and run in a private space</center>''')
618
 
619
  # go button visible if
620
  base_wanted = bool(kwargs['base_model']) and kwargs['login_mode_if_model0']