Spaces:
Runtime error
Runtime error
Remove obsolete messages about Bloom/bloomz.
Browse files
app.py
CHANGED
@@ -9,14 +9,9 @@ from prompt import iface_prompt
|
|
9 |
with gr.Blocks() as iface:
|
10 |
gr.Markdown(
|
11 |
"""# Petals playground
|
12 |
-
**Let's play with prompts and inference settings for
|
13 |
|
14 |
-
This space uses websocket API of [chat.petals.dev](http://chat.petals.dev). Health status of Petals network [lives here](http://health.petals.dev).
|
15 |
-
|
16 |
-
Do NOT talk to BLOOM as an entity, it's not a chatbot but a webpage/blog/article completion model.
|
17 |
-
For the best results: MIMIC a few sentences of a webpage similar to the content you want to generate.
|
18 |
-
|
19 |
-
BLOOMZ performs better in chat mode and understands the instructions better."""
|
20 |
)
|
21 |
|
22 |
gr.TabbedInterface([iface_prompt, iface_chat], ["Prompt mode", "Chat mode"])
|
|
|
9 |
with gr.Blocks() as iface:
|
10 |
gr.Markdown(
|
11 |
"""# Petals playground
|
12 |
+
**Let's play with prompts and inference settings for various big LLM models running on Petals!**
|
13 |
|
14 |
+
This space uses websocket API of [chat.petals.dev](http://chat.petals.dev). Health status of Petals network [lives here](http://health.petals.dev)."""
|
|
|
|
|
|
|
|
|
|
|
15 |
)
|
16 |
|
17 |
gr.TabbedInterface([iface_prompt, iface_chat], ["Prompt mode", "Chat mode"])
|