Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|