Spaces:
Runtime error
Runtime error
arnocandel
commited on
Commit
•
7246b62
1
Parent(s):
2142cce
Update with h2oGPT hash 6f6849398145d9a5d371b486b61ea63c6d978a08
Browse files
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 [
|
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>"""
|