John Smith
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,8 @@ def generate_response(message, history):
|
|
| 24 |
# Create the Gradio interface
|
| 25 |
iface = gr.ChatInterface(
|
| 26 |
generate_response,
|
| 27 |
-
title="
|
| 28 |
-
description="Chat with the
|
| 29 |
examples=[
|
| 30 |
"What is the capital of France?",
|
| 31 |
"Explain quantum computing in simple terms.",
|
|
|
|
| 24 |
# Create the Gradio interface
|
| 25 |
iface = gr.ChatInterface(
|
| 26 |
generate_response,
|
| 27 |
+
title="TinyDolphin-2.8-1.1b Chat Interface",
|
| 28 |
+
description="Chat with the TinyDolphin-2.8-1.1b model. Type your message and press Enter.",
|
| 29 |
examples=[
|
| 30 |
"What is the capital of France?",
|
| 31 |
"Explain quantum computing in simple terms.",
|