MrOvkill commited on
Commit
5b32cbd
1 Parent(s): 058e552
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,6 +28,8 @@ def respond(message):
28
 
29
  response += token
30
  yield response
 
 
31
 
32
  """
33
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
28
 
29
  response += token
30
  yield response
31
+ print(response)
32
+ return response
33
 
34
  """
35
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface