md_to_files / app.py
broadfield-dev's picture
Update app.py
6f337a3 verified
raw
history blame
231 Bytes
import os
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
from repo_to_md import create_markdown_document
print(create_markdown_document(url="https://huggingface.co/spaces/broadfield-dev/repo_to_md"))