TIMBOVILL commited on
Commit
6a80409
1 Parent(s): e4c020c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ additional_inputs = [
73
  gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
74
  ]
75
 
76
- chat_interface = gr.Interface(
77
  fn=generate_response,
78
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
79
  additional_inputs=additional_inputs,
 
73
  gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
74
  ]
75
 
76
+ chat_interface = gr.ChatInterface(
77
  fn=generate_response,
78
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
79
  additional_inputs=additional_inputs,