tarekfer8 commited on
Commit
1c88204
·
verified ·
1 Parent(s): e17de8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def respond(
44
 
45
  response += token
46
  yield response
47
- print(response)
48
 
49
  """
50
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
44
 
45
  response += token
46
  yield response
47
+ print(yield response)
48
 
49
  """
50
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface