zac commited on
Commit
dc7e243
·
1 Parent(s): 3c6b95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)