Liphos commited on
Commit
6d9e8b3
·
verified ·
1 Parent(s): ab33888
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -60,7 +60,7 @@ def pull_messages_from_step(
60
  content = str(args.get("answer", str(args)))
61
  else:
62
  content = str(args).strip()
63
- print(parent_id, content)
64
 
65
  if used_code:
66
  # Clean up the content by removing any end code tags
 
60
  content = str(args.get("answer", str(args)))
61
  else:
62
  content = str(args).strip()
63
+ print(model_output)
64
 
65
  if used_code:
66
  # Clean up the content by removing any end code tags