minichain / show /app.py
srush's picture
srush HF staff
Upload with huggingface_hub
2becd91
raw
history blame
230 Bytes
import json, sys
from eliottree import tasks_from_iterable, render_tasks
render_tasks(sys.stderr.write,
tasks_from_iterable([json.loads(l) for l in open("bash.log")]),
colorize=True, human_readable=True)