Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
bd5dfd2
1
Parent(s):
c90a13a
Update
Browse files
app.py
CHANGED
|
@@ -220,7 +220,7 @@ def bot(history):
|
|
| 220 |
f"{atime.duration/len(''.join(response)):.1f}s/char)" # type: ignore
|
| 221 |
)
|
| 222 |
|
| 223 |
-
history[-1][1] = "".join(response)
|
| 224 |
yield history
|
| 225 |
|
| 226 |
|
|
|
|
| 220 |
f"{atime.duration/len(''.join(response)):.1f}s/char)" # type: ignore
|
| 221 |
)
|
| 222 |
|
| 223 |
+
history[-1][1] = "".join(response) + f"\n{_}"
|
| 224 |
yield history
|
| 225 |
|
| 226 |
|