Spaces:
Running
on
Zero
Running
on
Zero
zRzRzRzRzRzRzR
commited on
Commit
·
79d57f6
1
Parent(s):
06459ba
app.py
CHANGED
|
@@ -250,7 +250,7 @@ def chat(files, msg, raw_hist, sys_prompt):
|
|
| 250 |
break
|
| 251 |
place["content"] = chunk
|
| 252 |
display_hist = create_display_history(raw_hist)
|
| 253 |
-
yield display_hist,
|
| 254 |
|
| 255 |
display_hist = create_display_history(raw_hist)
|
| 256 |
yield display_hist, copy.deepcopy(raw_hist), None, ""
|
|
|
|
| 250 |
break
|
| 251 |
place["content"] = chunk
|
| 252 |
display_hist = create_display_history(raw_hist)
|
| 253 |
+
yield display_hist, copy.deepcopy(raw_hist), None, ""
|
| 254 |
|
| 255 |
display_hist = create_display_history(raw_hist)
|
| 256 |
yield display_hist, copy.deepcopy(raw_hist), None, ""
|