datafreak commited on
Commit
66b4d60
·
verified ·
1 Parent(s): 4a1c46a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,6 +60,6 @@ def response(text):
60
  return answer
61
 
62
  gr.ChatInterface(
63
- fn=response,
64
  type="messages"
65
  ).launch()
 
60
  return answer
61
 
62
  gr.ChatInterface(
63
+ response,
64
  type="messages"
65
  ).launch()