Spaces:
Runtime error
Runtime error
Add link to Petals health status.
Browse files
app.py
CHANGED
@@ -72,7 +72,9 @@ def generate(prompt, model, endseq, max_length,
|
|
72 |
|
73 |
with gr.Blocks() as iface:
|
74 |
gr.Markdown("""# Petals playground
|
75 |
-
**Let's play with prompts and inference settings for BLOOM and BLOOMZ 176B models
|
|
|
|
|
76 |
|
77 |
Do NOT talk to BLOOM as an entity, it's not a chatbot but a webpage/blog/article completion model.
|
78 |
For the best results: MIMIC a few sentences of a webpage similar to the content you want to generate.
|
|
|
72 |
|
73 |
with gr.Blocks() as iface:
|
74 |
gr.Markdown("""# Petals playground
|
75 |
+
**Let's play with prompts and inference settings for BLOOM and BLOOMZ 176B models!**
|
76 |
+
|
77 |
+
This space uses websocket API of [chat.petals.ml](http://chat.petals.ml). Health status of Petals network [lives here](http://health.petals.ml).
|
78 |
|
79 |
Do NOT talk to BLOOM as an entity, it's not a chatbot but a webpage/blog/article completion model.
|
80 |
For the best results: MIMIC a few sentences of a webpage similar to the content you want to generate.
|