Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_text(input_text, history):
|
|
25 |
print("response", response)
|
26 |
history =["init",input_text_with_history]
|
27 |
return response
|
28 |
-
for out in output
|
29 |
print(jason.dump(out, indent=2))
|
30 |
|
31 |
demo = gr.ChatInterface(generate_text)
|
|
|
25 |
print("response", response)
|
26 |
history =["init",input_text_with_history]
|
27 |
return response
|
28 |
+
for out in output:
|
29 |
print(jason.dump(out, indent=2))
|
30 |
|
31 |
demo = gr.ChatInterface(generate_text)
|