arnocandel commited on
Commit
1b1628c
1 Parent(s): 876e36c

Update with h2oGPT hash 6f6849398145d9a5d371b486b61ea63c6d978a08

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -556,7 +556,7 @@ def go_gradio(**kwargs):
556
  else:
557
  description = "For more information, visit [the project's website](https://github.com/h2oai/h2ogpt).<br>"
558
  if is_public:
559
- description += "If this host is busy, try [20B](gpt.h2o.ai) and [Chatbot1 12B](https://huggingface.co/spaces/h2oai/h2ogpt-chatbot) and [Chatbot2 12B](https://huggingface.co/spaces/h2oai/h2ogpt-chatbot2)<br>"
560
  description += """<p><b> DISCLAIMERS: </b><ul><i><li>The model was trained on The Pile and other data, which may contain objectionable content. Use at own risk.</i></li>"""
561
  if kwargs['load_8bit']:
562
  description += """<i><li> Model is loaded in 8-bit and has other restrictions on this host. UX can be worse than non-hosted version.</i></li>"""
 
556
  else:
557
  description = "For more information, visit [the project's website](https://github.com/h2oai/h2ogpt).<br>"
558
  if is_public:
559
+ description += "If this host is busy, try [gpt.h2o.ai 20B](https://gpt.h2o.ai) and [HF Spaces1 12B](https://huggingface.co/spaces/h2oai/h2ogpt-chatbot) and [HF Spaces2 12B](https://huggingface.co/spaces/h2oai/h2ogpt-chatbot2)<br>"
560
  description += """<p><b> DISCLAIMERS: </b><ul><i><li>The model was trained on The Pile and other data, which may contain objectionable content. Use at own risk.</i></li>"""
561
  if kwargs['load_8bit']:
562
  description += """<i><li> Model is loaded in 8-bit and has other restrictions on this host. UX can be worse than non-hosted version.</i></li>"""