Update app.py
Browse files
app.py
CHANGED
|
@@ -136,10 +136,10 @@ def talk(prompt,history):
|
|
| 136 |
|
| 137 |
|
| 138 |
outputs = []
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
|
| 144 |
|
| 145 |
print("check3B")
|
|
|
|
| 136 |
|
| 137 |
|
| 138 |
outputs = []
|
| 139 |
+
# for text in streamer:
|
| 140 |
+
# outputs.append(text)
|
| 141 |
+
# print(outputs)
|
| 142 |
+
# yield "".join(outputs)
|
| 143 |
|
| 144 |
|
| 145 |
print("check3B")
|