martianband1t commited on
Commit
437e012
1 Parent(s): b6dcb20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,8 +66,7 @@ def respond(
66
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
67
  """
68
  demo = gr.ChatInterface(
69
- fn,
70
- respond,
71
  css=css,
72
  title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
73
  theme=gt.LIGHT,
 
66
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
67
  """
68
  demo = gr.ChatInterface(
69
+ fn=respond,
 
70
  css=css,
71
  title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
72
  theme=gt.LIGHT,