Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
md_to_files
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Mar 1
Commit
f5045cf
·
verified
·
1 Parent(s):
4b4fa01
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@dev")
3
+
from repo_to_md import demo
4
+
demo.run_demo()