Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ def generate_text(input_text, history):
|
|
29 |
response = "".join(stream)
|
30 |
|
31 |
print("out", out)
|
32 |
-
print("
|
|
|
33 |
history =["init",input_text_with_history]
|
34 |
|
35 |
|
|
|
29 |
response = "".join(stream)
|
30 |
|
31 |
print("out", out)
|
32 |
+
print("output", output)
|
33 |
+
print("response", response["text"])
|
34 |
history =["init",input_text_with_history]
|
35 |
|
36 |
|