Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srush
/
minichain
like
2
Running
App
Files
Files
Community
2becd91
minichain
/
make_spaces.py~
srush
HF staff
Upload with huggingface_hub
2becd91
almost 2 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
import os
import
glob
for
f
in
glob
.
glob
(
"../MiniChain/examples/*.py"
):
name = f.
split
(
"/"
)[-1].
split
(
"."
)[0]
print
(name, f)