jonaschua commited on
Commit
74cc87b
·
verified ·
1 Parent(s): 49a62d8

Update app.py

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