Spaces:
Running
Running
test
Browse files- 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(
|
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
|