John Smith commited on
Commit
5b39830
·
verified ·
1 Parent(s): 4065559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Llama-2-7b Chat Interface",
28
- description="Chat with the Llama-2-7b model. Type your message and press Enter.",
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.",