jonaschua commited on
Commit
fdc7b54
·
verified ·
1 Parent(s): 2e0db22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -94,6 +94,8 @@ def respond(message, history: list[tuple[str, str]], model, system_message, max_
94
 
95
  demo = gr.ChatInterface(
96
  respond,
 
 
97
  examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"], ["Make a poem about nature"]],
98
  additional_inputs=[
99
  gr.Dropdown(["DeepSeek-R1-Distill-Qwen-1.5B", "DeepSeek-R1-Distill-Qwen-32B", "Gemma-2-2b", "Gemma-7b", "Llama2-13b-chat", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct", "Microsoft-phi-2", "Mixtral-8x7B-Instruct", "Zephr-7b-beta"], label="Select Model"),
 
94
 
95
  demo = gr.ChatInterface(
96
  respond,
97
+ title="Ask me anything",
98
+ description="Hi there! I am your friendly AI chatbot. Choose from different language models under the Additional Inputs tab below.",
99
  examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"], ["Make a poem about nature"]],
100
  additional_inputs=[
101
  gr.Dropdown(["DeepSeek-R1-Distill-Qwen-1.5B", "DeepSeek-R1-Distill-Qwen-32B", "Gemma-2-2b", "Gemma-7b", "Llama2-13b-chat", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct", "Microsoft-phi-2", "Mixtral-8x7B-Instruct", "Zephr-7b-beta"], label="Select Model"),