pabloce commited on
Commit
e6201bd
·
verified ·
1 Parent(s): 1197317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,7 +79,6 @@ def respond(
79
  yield outputs
80
 
81
  demo = gr.ChatInterface(
82
- description="Llama-cpp-agent: Chat Multi llm",
83
  respond,
84
  additional_inputs=[
85
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
@@ -101,7 +100,8 @@ demo = gr.ChatInterface(
101
  css=css,
102
  retry_btn="Retry",
103
  undo_btn="Undo",
104
- clear_btn="Clear"
 
105
  )
106
 
107
  if __name__ == "__main__":
 
79
  yield outputs
80
 
81
  demo = gr.ChatInterface(
 
82
  respond,
83
  additional_inputs=[
84
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
 
100
  css=css,
101
  retry_btn="Retry",
102
  undo_btn="Undo",
103
+ clear_btn="Clear",
104
+ description="Llama-cpp-agent: Chat Multi llm"
105
  )
106
 
107
  if __name__ == "__main__":