svjack commited on
Commit
41041aa
·
verified ·
1 Parent(s): 33ab722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ def chat_messages(message, history, chatglm_llm = chatglm_llm,
74
  response += new_text.content
75
  if show_process:
76
  print(response)
77
- from IPython.display import clear_output
78
- clear_output(wait=True)
79
  yield response
80
  if len(response) >= max_length:
81
  break
 
74
  response += new_text.content
75
  if show_process:
76
  print(response)
77
+ #from IPython.display import clear_output
78
+ #clear_output(wait=True)
79
  yield response
80
  if len(response) >= max_length:
81
  break