Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srush
/
minichain
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2becd91
minichain
/
show
/
app.py
srush
Upload with huggingface_hub
2becd91
about 2 years ago
raw
Copy download link
history
blame
Safe
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
)