broadfield-dev commited on
Commit
fd2e29c
·
verified ·
1 Parent(s): 6f337a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
3
-
4
- from repo_to_md import create_markdown_document
5
- print(create_markdown_document(url="https://huggingface.co/spaces/broadfield-dev/repo_to_md"))
 
1
  import os
2
+ os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@main#egg=repo_to_md[demo]")
3
+ os.system("python -m repo_to_md.demo")
4
+ #from repo_to_md import demo
5
+ #demo.run_demo()