jonaschua commited on
Commit
8d75fba
·
verified ·
1 Parent(s): db985a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
58
 
59
 
60
  demo = gr.ChatInterface(
61
- inputs = [respond, gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model")
62
  title = "Chatbot",
63
  description = "Ask me anything!",
64
 
 
58
 
59
 
60
  demo = gr.ChatInterface(
61
+ inputs = [respond, gr.Dropdown(["Qwen1.5", "Llama3-8b-Instruct", "Llama3.1-8b-Instruct"], label="Select Model")]
62
  title = "Chatbot",
63
  description = "Ask me anything!",
64