karimaloulou commited on
Commit
c4dec09
·
verified ·
1 Parent(s): 8cfd5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -55,10 +55,7 @@ def respond(
55
  response += token
56
  yield response
57
 
58
- """
59
- For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
60
- """
61
-
62
  demo = gr.ChatInterface(
63
  respond,
64
  additional_inputs=[
 
55
  response += token
56
  yield response
57
 
58
+ descriptions = descriptions(message)
 
 
 
59
  demo = gr.ChatInterface(
60
  respond,
61
  additional_inputs=[