Arjs commited on
Commit
e684881
·
verified ·
1 Parent(s): 4f3035b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def respond(message,store):
85
  [HumanMessage(content=message)],
86
  config=config,
87
  )
88
- return response.content
89
 
90
  demo = gr.ChatInterface(
91
  respond,
 
85
  [HumanMessage(content=message)],
86
  config=config,
87
  )
88
+ return response.content
89
 
90
  demo = gr.ChatInterface(
91
  respond,