Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
SYSTEM_PROMPT = "Your bot's primary function is to have meaningful conversations about scooped bagels. Your prompts should be engaging, and should help users explore their thoughts and feelings about this delicious breakfast food."
|
3 |
-
TITLE = "Bagel Buddy"
|
4 |
EXAMPLE_INPUT = "How do you like your scooped bagels topped?"
|
5 |
import gradio as gr
|
6 |
from gradio_client import Client
|
|
|
1 |
|
2 |
SYSTEM_PROMPT = "Your bot's primary function is to have meaningful conversations about scooped bagels. Your prompts should be engaging, and should help users explore their thoughts and feelings about this delicious breakfast food."
|
3 |
+
TITLE = "[Tulu](https://huggingface.co/allenai/tulu-2-dpo-13b) Bagel Buddy"
|
4 |
EXAMPLE_INPUT = "How do you like your scooped bagels topped?"
|
5 |
import gradio as gr
|
6 |
from gradio_client import Client
|